Html Css Color HEX #297732 Japanese Laurel

📋 copy color: '#297732'

red 41 ◦ green 119 ◦ blue 50

#297732
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #297732

Tints of Japanese Laurel #297732

RGB

 RED value IS 41 (16.41% from 255) = 19.52%

 GREEN value IS 119 (46.88% from 255) = 56.67%

 BLUE value IS 50 (19.92% from 255) = 23.81%

R = 19.52%
G = 56.67%
B = 23.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#297732 (or 0x297732) is known color: Japanese Laurel. HEX triplet: 29, 77 and 32. RGB value is (41,119,50). Sum of RGB (Red+Green+Blue) = 41+119+50=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 119 (46.88% from 255 or 56.67% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 119 - color contains mainly: green. Hex color #297732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297732 is #D688CD. Grayscale: #585858. Windows color (decimal): -14059726 or 3307305. OLE color: 3307305.

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

Color convert

RGB 41 119 50 -
CMYK 0.66 0 0.58 0.53
HSL 126.92º 0.49% 0.31% -
HSV(B) 126.92º 0.66% 0.47% -
XYZ 8.09 13.9 5.27 -
YUV 87.81 106.66 94.61 -
System Red Green Blue C M Y K H S L
Decimal 41 119 50 0.66 0 0.58 0.53 126.92 0.49 0.31
Hex 29 77 32 42 0 3A 35 7F 31 1F
Octal 51 167 62 102 0 72 65 177 61 37
Binary 101001 1110111 110010 1000010 0 111010 110101 1111111 110001 11111

Color Harmonies of #297732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297732

Black with #297732

Text Example


Text Example

White with #297732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297732; }

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

 H1.HeaderClassName
 {
   color: #297732;
 }
 .AnyTagClassName
 {
   color: #297732;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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