#297932

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

Shades of Japanese Laurel #297932

Tints of Japanese Laurel #297932

Color information

#297932 (or 0x297932) is unknown color: approx Japanese Laurel. HEX triplet: 29, 79 and 32. RGB value is (41,121,50). Sum of RGB (Red+Green+Blue) = 41+121+50=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 121 (47.66% from 255 or 57.08% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 121 - color contains mainly: green. Hex color #297932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297932 is #D686CD. Grayscale: #595959. Windows color (decimal): -14059214 or 3307817. OLE color: 3307817.

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

Color convert

RGB4112150-
CMYK0.6600.590.53
HSL126.75º49.38%31.76%-
HSV(B)126.75º66.12%47.45%-
XYZ8.3314.385.35-
YUV88.9910693.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.34%
GREEN value IS 121 (47.66% from 255) = 57.08%
BLUE value IS 50 (19.92% from 255) = 23.58%
R=19.34%
G=57.08%
B=23.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41121500.6600.590.53126.7549.3831.76
Hex2979324203B357f3120
Octal5117162102073651776140
Binary1010011111001110010100001001110111101011111111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297932; }

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

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

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

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

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

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

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

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