Html Css Color HEX #297224 Japanese Laurel

📋 copy color: '#297224'

red 41 ◦ green 114 ◦ blue 36

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

Shades of Japanese Laurel #297224

Tints of Japanese Laurel #297224

RGB

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

 GREEN value IS 114 (44.92% from 255) = 59.69%

 BLUE value IS 36 (14.45% from 255) = 18.85%

R = 21.47%
G = 59.69%
B = 18.85%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#297224 (or 0x297224) is known color: Japanese Laurel. HEX triplet: 29, 72 and 24. RGB value is (41,114,36). Sum of RGB (Red+Green+Blue) = 41+114+36=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 114 (44.92% from 255 or 59.69% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 114 - color contains mainly: green. Hex color #297224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297224 is #D68DDB. Grayscale: #535353. Windows color (decimal): -14061020 or 2388521. OLE color: 2388521.

HSL color Cylindrical-coordinate representation of color #297224: hue angle of 116.15º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297224 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 114 36 -
CMYK 0.64 0 0.68 0.55
HSL 116.15º 0.52% 0.29% -
HSV(B) 116.15º 0.68% 0.45% -
XYZ 7.25 12.63 3.73 -
YUV 83.28 101.32 97.84 -
System Red Green Blue C M Y K H S L
Decimal 41 114 36 0.64 0 0.68 0.55 116.15 0.52 0.29
Hex 29 72 24 40 0 44 37 74 34 1D
Octal 51 162 44 100 0 104 67 164 64 35
Binary 101001 1110010 100100 1000000 0 1000100 110111 1110100 110100 11101

Color Harmonies of #297224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297224

Black with #297224

Text Example


Text Example

White with #297224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297224; }

 p { color: rgb(41,114,36); }

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

background-color css

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

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

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

border-color css

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

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

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