#278031

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

Shades of Japanese Laurel #278031

Tints of Japanese Laurel #278031

Color information

#278031 (or 0x278031) is unknown color: approx Japanese Laurel. HEX triplet: 27, 80 and 31. RGB value is (39,128,49). Sum of RGB (Red+Green+Blue) = 39+128+49=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #278031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278031 is #D87FCE. Grayscale: #5C5C5C. Windows color (decimal): -14188495 or 3244071. OLE color: 3244071.

HSL color Cylindrical-coordinate representation of color #278031: hue angle of 126.74º degrees, saturation: 0.53, 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 #278031 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB3912849-
CMYK0.7000.620.50
HSL126.74º53.29%32.75%-
HSV(B)126.74º69.53%50.2%-
XYZ9.1116.095.53-
YUV92.38103.5189.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.06%
GREEN value IS 128 (50.39% from 255) = 59.26%
BLUE value IS 49 (19.53% from 255) = 22.69%
R=18.06%
G=59.26%
B=22.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39128490.7000.620.50126.7453.2932.75
Hex2780314603E327f3521
Octal4720061106076621776541
Binary10011110000000110001100011001111101100101111111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278031; }

 p { color: rgb(39,128,49); }

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

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

 a { background-color: rgb(39,128,49); }

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

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

 span { border-color: rgb(39,128,49); }

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