Html Css Color HEX #297C29 Japanese Laurel

📋 copy color: '#297C29'

red 41 ◦ green 124 ◦ blue 41

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

Shades of Japanese Laurel #297C29

Tints of Japanese Laurel #297C29

RGB

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

 GREEN value IS 124 (48.83% from 255) = 60.19%

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

R = 19.9%
G = 60.19%
B = 19.9%

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

#297C29 (or 0x297C29) is known color: Japanese Laurel. HEX triplet: 29, 7C and 29. RGB value is (41,124,41). Sum of RGB (Red+Green+Blue) = 41+124+41=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 124 (48.83% from 255 or 60.19% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 124 - color contains mainly: green. Hex color #297C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297C29 is #D683D6. Grayscale: #595959. Windows color (decimal): -14058455 or 2718761. OLE color: 2718761.

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

Color convert

RGB 41 124 41 -
CMYK 0.67 0 0.67 0.51
HSL 120º 0.5% 0.32% -
HSV(B) 120º 0.67% 0.49% -
XYZ 8.52 15.05 4.55 -
YUV 89.72 100.5 93.25 -
System Red Green Blue C M Y K H S L
Decimal 41 124 41 0.67 0 0.67 0.51 120 0.5 0.32
Hex 29 7C 29 43 0 43 33 78 32 20
Octal 51 174 51 103 0 103 63 170 62 40
Binary 101001 1111100 101001 1000011 0 1000011 110011 1111000 110010 100000

Color Harmonies of #297C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297C29

Black with #297C29

Text Example


Text Example

White with #297C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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