#278136

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

Shades of Japanese Laurel #278136

Tints of Japanese Laurel #278136

Color information

#278136 (or 0x278136) is unknown color: approx Japanese Laurel. HEX triplet: 27, 81 and 36. RGB value is (39,129,54). Sum of RGB (Red+Green+Blue) = 39+129+54=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 129 (50.78% from 255 or 58.11% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 129 - color contains mainly: green. Hex color #278136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278136 is #D87EC9. Grayscale: #5D5D5D. Windows color (decimal): -14188234 or 3572007. OLE color: 3572007.

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

Color convert

RGB3912954-
CMYK0.7000.580.49
HSL130º53.57%32.94%-
HSV(B)130º69.77%50.59%-
XYZ9.3516.46.16-
YUV93.54105.6889.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.57%
GREEN value IS 129 (50.78% from 255) = 58.11%
BLUE value IS 54 (21.48% from 255) = 24.32%
R=17.57%
G=58.11%
B=24.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39129540.7000.580.4913053.5732.94
Hex2781364603A31823621
Octal4720166106072612026641
Binary100111100000011101101000110011101011000110000010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278136; }

 p { color: rgb(39,129,54); }

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

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

 a { background-color: rgb(39,129,54); }

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

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

 span { border-color: rgb(39,129,54); }

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