#297939

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

Shades of Japanese Laurel #297939

Tints of Japanese Laurel #297939

Color information

#297939 (or 0x297939) is unknown color: approx Japanese Laurel. HEX triplet: 29, 79 and 39. RGB value is (41,121,57). Sum of RGB (Red+Green+Blue) = 41+121+57=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 121 (47.66% from 255 or 55.25% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 121 - color contains mainly: green. Hex color #297939 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297939 is #D686C6. Grayscale: #595959. Windows color (decimal): -14059207 or 3766569. OLE color: 3766569.

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

Color convert

RGB4112157-
CMYK0.6600.530.53
HSL132º49.38%31.76%-
HSV(B)132º66.12%47.45%-
XYZ8.4914.446.21-
YUV89.78109.593.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 121 (47.66% from 255) = 55.25%
BLUE value IS 57 (22.66% from 255) = 26.03%
R=18.72%
G=55.25%
B=26.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41121570.6600.530.5313249.3831.76
Hex2979394203535843120
Octal5117171102065652046140
Binary10100111110011110011000010011010111010110000100110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297939; }

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

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

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

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

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

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

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

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