#278336

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

Shades of Japanese Laurel #278336

Tints of Japanese Laurel #278336

Color information

#278336 (or 0x278336) is unknown color: approx Japanese Laurel. HEX triplet: 27, 83 and 36. RGB value is (39,131,54). Sum of RGB (Red+Green+Blue) = 39+131+54=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 131 (51.56% from 255 or 58.48% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 131 - color contains mainly: green. Hex color #278336 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278336 is #D87CC9. Grayscale: #5E5E5E. Windows color (decimal): -14187722 or 3572519. OLE color: 3572519.

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

Color convert

RGB3913154-
CMYK0.7000.590.49
HSL129.78º54.12%33.33%-
HSV(B)129.78º70.23%51.37%-
XYZ9.6216.936.25-
YUV94.71105.0288.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.41%
GREEN value IS 131 (51.56% from 255) = 58.48%
BLUE value IS 54 (21.48% from 255) = 24.11%
R=17.41%
G=58.48%
B=24.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39131540.7000.590.49129.7854.1233.33
Hex2783364603B31823621
Octal4720366106073612026641
Binary100111100000111101101000110011101111000110000010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278336; }

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

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

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

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

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

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

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

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