#278032

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

Shades of Japanese Laurel #278032

Tints of Japanese Laurel #278032

Color information

#278032 (or 0x278032) is unknown color: approx Japanese Laurel. HEX triplet: 27, 80 and 32. RGB value is (39,128,50). Sum of RGB (Red+Green+Blue) = 39+128+50=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #278032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278032 is #D87FCD. Grayscale: #5C5C5C. Windows color (decimal): -14188494 or 3309607. OLE color: 3309607.

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

Color convert

RGB3912850-
CMYK0.7000.610.50
HSL127.42º53.29%32.75%-
HSV(B)127.42º69.53%50.2%-
XYZ9.1316.15.64-
YUV92.5104.0189.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.97%
GREEN value IS 128 (50.39% from 255) = 58.99%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=17.97%
G=58.99%
B=23.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39128500.7000.610.50127.4253.2932.75
Hex2780324603D327f3521
Octal4720062106075621776541
Binary10011110000000110010100011001111011100101111111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278032; }

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

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

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

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

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

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

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

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