Html Css Color HEX #297C37 Japanese Laurel

📋 copy color: '#297C37'

red 41 ◦ green 124 ◦ blue 55

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

Shades of Japanese Laurel #297C37

Tints of Japanese Laurel #297C37

RGB

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

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

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

R = 18.64%
G = 56.36%
B = 25%

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

#297C37 (or 0x297C37) is known color: Japanese Laurel. HEX triplet: 29, 7C and 37. RGB value is (41,124,55). Sum of RGB (Red+Green+Blue) = 41+124+55=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 124 (48.83% from 255 or 56.36% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 124 - color contains mainly: green. Hex color #297C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297C37 is #D683C8. Grayscale: #5B5B5B. Windows color (decimal): -14058441 or 3636265. OLE color: 3636265.

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

Color convert

RGB 41 124 55 -
CMYK 0.67 0 0.56 0.51
HSL 130.12º 0.5% 0.32% -
HSV(B) 130.12º 0.67% 0.49% -
XYZ 8.81 15.16 6.08 -
YUV 91.32 107.5 92.11 -
System Red Green Blue C M Y K H S L
Decimal 41 124 55 0.67 0 0.56 0.51 130.12 0.5 0.32
Hex 29 7C 37 43 0 38 33 82 32 20
Octal 51 174 67 103 0 70 63 202 62 40
Binary 101001 1111100 110111 1000011 0 111000 110011 10000010 110010 100000

Color Harmonies of #297C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297C37

Black with #297C37

Text Example


Text Example

White with #297C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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