#268035

Color #268035 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #268035

Tints of Japanese Laurel #268035

Color information

#268035 (or 0x268035) is unknown color: approx Japanese Laurel. HEX triplet: 26, 80 and 35. RGB value is (38,128,53). Sum of RGB (Red+Green+Blue) = 38+128+53=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 128 (50.39% from 255 or 58.45% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 128 - color contains mainly: green. Hex color #268035 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268035 is #D97FCA. Grayscale: #5C5C5C. Windows color (decimal): -14254027 or 3506214. OLE color: 3506214.

HSL color Cylindrical-coordinate representation of color #268035: hue angle of 130º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #268035 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB3812853-
CMYK0.7000.590.50
HSL130º54.22%32.55%-
HSV(B)130º70.31%50.2%-
XYZ9.1616.115.99-
YUV92.54105.6889.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 17.35%
GREEN value IS 128 (50.39% from 255) = 58.45%
BLUE value IS 53 (21.09% from 255) = 24.20%
R=17.35%
G=58.45%
B=24.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38128530.7000.590.5013054.2232.55
Hex2680354603B32823621
Octal4620065106073622026641
Binary100110100000001101011000110011101111001010000010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268035; }

 p { color: rgb(38,128,53); }

 H1.HeaderClassName
 {
   color: #268035;
 }
 .AnyTagClassName
 {
   color: #268035;
 }
</style>
background-color css

<style>
 a { background-color: #268035; }

 a { background-color: rgb(38,128,53); }

 div.DivClassName
 {
   background-color: #268035;
 }
 .BgClassName
 {
   background-color: #268035;
 }
</style>
border-color css

<style>
 span { border-color: #268035; }

 span { border-color: rgb(38,128,53); }

 td.TdClassName
 {
   border-color: #268035;
 }
 .TagClassName
 {
   border-color: #268035;
 }
</style>