Html Css Color HEX #297D36 Japanese Laurel

📋 copy color: '#297D36'

red 41 ◦ green 125 ◦ blue 54

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

Shades of Japanese Laurel #297D36

Tints of Japanese Laurel #297D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.55%

R = 18.64%
G = 56.82%
B = 24.55%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#297D36 (or 0x297D36) is known color: Japanese Laurel. HEX triplet: 29, 7D and 36. RGB value is (41,125,54). Sum of RGB (Red+Green+Blue) = 41+125+54=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 125 (49.22% from 255 or 56.82% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 125 - color contains mainly: green. Hex color #297D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297D36 is #D682C9. Grayscale: #5B5B5B. Windows color (decimal): -14058186 or 3570985. OLE color: 3570985.

HSL color Cylindrical-coordinate representation of color #297D36: hue angle of 129.29º 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 #297D36 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 125 54 -
CMYK 0.67 0 0.57 0.51
HSL 129.29º 0.51% 0.33% -
HSV(B) 129.29º 0.67% 0.49% -
XYZ 8.91 15.4 5.99 -
YUV 91.79 106.67 91.77 -
System Red Green Blue C M Y K H S L
Decimal 41 125 54 0.67 0 0.57 0.51 129.29 0.51 0.33
Hex 29 7D 36 43 0 39 33 81 33 21
Octal 51 175 66 103 0 71 63 201 63 41
Binary 101001 1111101 110110 1000011 0 111001 110011 10000001 110011 100001

Color Harmonies of #297D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297D36

Black with #297D36

Text Example


Text Example

White with #297D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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