Html Css Color HEX #297A31 Japanese Laurel

📋 copy color: '#297A31'

red 41 ◦ green 122 ◦ blue 49

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

Shades of Japanese Laurel #297A31

Tints of Japanese Laurel #297A31

RGB

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

 GREEN value IS 122 (48.05% from 255) = 57.55%

 BLUE value IS 49 (19.53% from 255) = 23.11%

R = 19.34%
G = 57.55%
B = 23.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.52

RGB Variations

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

Color information

#297A31 (or 0x297A31) is known color: Japanese Laurel. HEX triplet: 29, 7A and 31. RGB value is (41,122,49). Sum of RGB (Red+Green+Blue) = 41+122+49=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 122 (48.05% from 255 or 57.55% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 122 - color contains mainly: green. Hex color #297A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297A31 is #D685CE. Grayscale: #595959. Windows color (decimal): -14058959 or 3242537. OLE color: 3242537.

HSL color Cylindrical-coordinate representation of color #297A31: hue angle of 125.93º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297A31 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 122 49 -
CMYK 0.66 0 0.60 0.52
HSL 125.93º 0.5% 0.32% -
HSV(B) 125.93º 0.66% 0.48% -
XYZ 8.43 14.61 5.28 -
YUV 89.46 105.16 93.44 -
System Red Green Blue C M Y K H S L
Decimal 41 122 49 0.66 0 0.60 0.52 125.93 0.5 0.32
Hex 29 7A 31 42 0 3C 34 7E 32 20
Octal 51 172 61 102 0 74 64 176 62 40
Binary 101001 1111010 110001 1000010 0 111100 110100 1111110 110010 100000

Color Harmonies of #297A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297A31

Black with #297A31

Text Example


Text Example

White with #297A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,122,49); }

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

background-color css

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

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

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

border-color css

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

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

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