Html Css Color HEX #297D29 Japanese Laurel

📋 copy color: '#297D29'

red 41 ◦ green 125 ◦ blue 41

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

Shades of Japanese Laurel #297D29

Tints of Japanese Laurel #297D29

RGB

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

 GREEN value IS 125 (49.22% from 255) = 60.39%

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

R = 19.81%
G = 60.39%
B = 19.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#297D29 (or 0x297D29) is known color: Japanese Laurel. HEX triplet: 29, 7D and 29. RGB value is (41,125,41). Sum of RGB (Red+Green+Blue) = 41+125+41=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 125 (49.22% from 255 or 60.39% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 125 - color contains mainly: green. Hex color #297D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297D29 is #D682D6. Grayscale: #5A5A5A. Windows color (decimal): -14058199 or 2719017. OLE color: 2719017.

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

Color convert

RGB 41 125 41 -
CMYK 0.67 0 0.67 0.51
HSL 120º 0.51% 0.33% -
HSV(B) 120º 0.67% 0.49% -
XYZ 8.65 15.3 4.59 -
YUV 90.31 100.17 92.83 -
System Red Green Blue C M Y K H S L
Decimal 41 125 41 0.67 0 0.67 0.51 120 0.51 0.33
Hex 29 7D 29 43 0 43 33 78 33 21
Octal 51 175 51 103 0 103 63 170 63 41
Binary 101001 1111101 101001 1000011 0 1000011 110011 1111000 110011 100001

Color Harmonies of #297D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297D29

Black with #297D29

Text Example


Text Example

White with #297D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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