Html Css Color HEX #297932 Japanese Laurel

📋 copy color: '#297932'

red 41 ◦ green 121 ◦ blue 50

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

Shades of Japanese Laurel #297932

Tints of Japanese Laurel #297932

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 value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#297932 (or 0x297932) is known color: 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

RGB 41 121 50 -
CMYK 0.66 0 0.59 0.53
HSL 126.75º 0.49% 0.32% -
HSV(B) 126.75º 0.66% 0.47% -
XYZ 8.33 14.38 5.35 -
YUV 88.99 106 93.77 -
System Red Green Blue C M Y K H S L
Decimal 41 121 50 0.66 0 0.59 0.53 126.75 0.49 0.32
Hex 29 79 32 42 0 3B 35 7F 31 20
Octal 51 171 62 102 0 73 65 177 61 40
Binary 101001 1111001 110010 1000010 0 111011 110101 1111111 110001 100000

Color Harmonies of #297932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297932

Black with #297932

Text Example


Text Example

White with #297932

Text Example


Text Example

HTML Codes & Css Web 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>