#277939

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

Shades of Japanese Laurel #277939

Tints of Japanese Laurel #277939

Color information

#277939 (or 0x277939) is unknown color: approx Japanese Laurel. HEX triplet: 27, 79 and 39. RGB value is (39,121,57). Sum of RGB (Red+Green+Blue) = 39+121+57=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 121 (47.66% from 255 or 55.76% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 121 - color contains mainly: green. Hex color #277939 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277939 is #D886C6. Grayscale: #595959. Windows color (decimal): -14190279 or 3766567. OLE color: 3766567.

HSL color Cylindrical-coordinate representation of color #277939: hue angle of 133.17º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277939 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB3912157-
CMYK0.6800.530.53
HSL133.17º51.25%31.37%-
HSV(B)133.17º67.77%47.45%-
XYZ8.4114.46.21-
YUV89.19109.8392.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.97%
GREEN value IS 121 (47.66% from 255) = 55.76%
BLUE value IS 57 (22.66% from 255) = 26.27%
R=17.97%
G=55.76%
B=26.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39121570.6800.530.53133.1751.2531.37
Hex277939440353585331f
Octal4717171104065652056337
Binary1001111111001111001100010001101011101011000010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277939; }

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

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

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

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

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

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

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

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