#297C32

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

Shades of Japanese Laurel #297C32

Tints of Japanese Laurel #297C32

Color information

#297C32 (or 0x297C32) is unknown color: approx Japanese Laurel. HEX triplet: 29, 7C and 32. RGB value is (41,124,50). Sum of RGB (Red+Green+Blue) = 41+124+50=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 124 (48.83% from 255 or 57.67% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 124 - color contains mainly: green. Hex color #297C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297C32 is #D683CD. Grayscale: #5A5A5A. Windows color (decimal): -14058446 or 3308585. OLE color: 3308585.

HSL color Cylindrical-coordinate representation of color #297C32: hue angle of 126.51º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297C32 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB4112450-
CMYK0.6700.600.51
HSL126.51º50.3%32.35%-
HSV(B)126.51º66.94%48.63%-
XYZ8.715.125.48-
YUV90.7510592.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 124 (48.83% from 255) = 57.67%
BLUE value IS 50 (19.92% from 255) = 23.26%
R=19.07%
G=57.67%
B=23.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41124500.6700.600.51126.5150.332.35
Hex297C324303C337f3220
Octal5117462103074631776240
Binary1010011111100110010100001101111001100111111111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297C32; }

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

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

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

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

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

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

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

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