Html Css Color HEX #297429 Japanese Laurel

📋 copy color: '#297429'

red 41 ◦ green 116 ◦ blue 41

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

Shades of Japanese Laurel #297429

Tints of Japanese Laurel #297429

RGB

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

 GREEN value IS 116 (45.7% from 255) = 58.59%

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

R = 20.71%
G = 58.59%
B = 20.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#297429 (or 0x297429) is known color: Japanese Laurel. HEX triplet: 29, 74 and 29. RGB value is (41,116,41). Sum of RGB (Red+Green+Blue) = 41+116+41=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 116 (45.70% from 255 or 58.59% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 116 - color contains mainly: green. Hex color #297429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297429 is #D68BD6. Grayscale: #555555. Windows color (decimal): -14060503 or 2716713. OLE color: 2716713.

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

Color convert

RGB 41 116 41 -
CMYK 0.65 0 0.65 0.55
HSL 120º 0.48% 0.31% -
HSV(B) 120º 0.65% 0.45% -
XYZ 7.56 13.12 4.23 -
YUV 85.03 103.15 96.6 -
System Red Green Blue C M Y K H S L
Decimal 41 116 41 0.65 0 0.65 0.55 120 0.48 0.31
Hex 29 74 29 41 0 41 37 78 30 1F
Octal 51 164 51 101 0 101 67 170 60 37
Binary 101001 1110100 101001 1000001 0 1000001 110111 1111000 110000 11111

Color Harmonies of #297429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297429

Black with #297429

Text Example


Text Example

White with #297429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297429; }

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

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

background-color css

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

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

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

border-color css

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

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

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