#278039

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

Shades of Japanese Laurel #278039

Tints of Japanese Laurel #278039

Color information

#278039 (or 0x278039) is unknown color: approx Japanese Laurel. HEX triplet: 27, 80 and 39. RGB value is (39,128,57). Sum of RGB (Red+Green+Blue) = 39+128+57=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 128 (50.39% from 255 or 57.14% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 128 - color contains mainly: green. Hex color #278039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278039 is #D87FC6. Grayscale: #5D5D5D. Windows color (decimal): -14188487 or 3768359. OLE color: 3768359.

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

Color convert

RGB3912857-
CMYK0.7000.550.50
HSL132.13º53.29%32.75%-
HSV(B)132.13º69.53%50.2%-
XYZ9.2916.176.5-
YUV93.3107.5189.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.41%
GREEN value IS 128 (50.39% from 255) = 57.14%
BLUE value IS 57 (22.66% from 255) = 25.45%
R=17.41%
G=57.14%
B=25.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39128570.7000.550.50132.1353.2932.75
Hex2780394603732843521
Octal4720071106067622046541
Binary100111100000001110011000110011011111001010000100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278039; }

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

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

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

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

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

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

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

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