Html Css Color HEX #297529 Japanese Laurel

📋 copy color: '#297529'

red 41 ◦ green 117 ◦ blue 41

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

Shades of Japanese Laurel #297529

Tints of Japanese Laurel #297529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 58.79%

 BLUE value IS 41 (16.41% from 255) = 20.6%

R = 20.6%
G = 58.79%
B = 20.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#297529 (or 0x297529) is known color: Japanese Laurel. HEX triplet: 29, 75 and 29. RGB value is (41,117,41). Sum of RGB (Red+Green+Blue) = 41+117+41=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #297529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297529 is #D68AD6. Grayscale: #555555. Windows color (decimal): -14060247 or 2716969. OLE color: 2716969.

HSL color Cylindrical-coordinate representation of color #297529: hue angle of 120º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297529 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 117 41 -
CMYK 0.65 0 0.65 0.54
HSL 120º 0.48% 0.31% -
HSV(B) 120º 0.65% 0.46% -
XYZ 7.68 13.35 4.27 -
YUV 85.61 102.82 96.18 -
System Red Green Blue C M Y K H S L
Decimal 41 117 41 0.65 0 0.65 0.54 120 0.48 0.31
Hex 29 75 29 41 0 41 36 78 30 1F
Octal 51 165 51 101 0 101 66 170 60 37
Binary 101001 1110101 101001 1000001 0 1000001 110110 1111000 110000 11111

Color Harmonies of #297529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297529

Black with #297529

Text Example


Text Example

White with #297529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297529; }

 p { color: rgb(41,117,41); }

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

background-color css

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

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

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

border-color css

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

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

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