Html Css Color HEX #297D37 Japanese Laurel

📋 copy color: '#297D37'

red 41 ◦ green 125 ◦ blue 55

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

Shades of Japanese Laurel #297D37

Tints of Japanese Laurel #297D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.89%

R = 18.55%
G = 56.56%
B = 24.89%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#297D37 (or 0x297D37) is known color: Japanese Laurel. HEX triplet: 29, 7D and 37. RGB value is (41,125,55). Sum of RGB (Red+Green+Blue) = 41+125+55=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 125 (49.22% from 255 or 56.56% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 125 - color contains mainly: green. Hex color #297D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297D37 is #D682C8. Grayscale: #5C5C5C. Windows color (decimal): -14058185 or 3636521. OLE color: 3636521.

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

Color convert

RGB 41 125 55 -
CMYK 0.67 0 0.56 0.51
HSL 130º 0.51% 0.33% -
HSV(B) 130º 0.67% 0.49% -
XYZ 8.94 15.41 6.12 -
YUV 91.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 41 125 55 0.67 0 0.56 0.51 130 0.51 0.33
Hex 29 7D 37 43 0 38 33 82 33 21
Octal 51 175 67 103 0 70 63 202 63 41
Binary 101001 1111101 110111 1000011 0 111000 110011 10000010 110011 100001

Color Harmonies of #297D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297D37

Black with #297D37

Text Example


Text Example

White with #297D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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