Html Css Color HEX #297121 Japanese Laurel

📋 copy color: '#297121'

red 41 ◦ green 113 ◦ blue 33

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

Shades of Japanese Laurel #297121

Tints of Japanese Laurel #297121

RGB

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

 GREEN value IS 113 (44.53% from 255) = 60.43%

 BLUE value IS 33 (13.28% from 255) = 17.65%

R = 21.93%
G = 60.43%
B = 17.65%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#297121 (or 0x297121) is known color: Japanese Laurel. HEX triplet: 29, 71 and 21. RGB value is (41,113,33). Sum of RGB (Red+Green+Blue) = 41+113+33=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #297121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297121 is #D68EDE. Grayscale: #525252. Windows color (decimal): -14061279 or 2191657. OLE color: 2191657.

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

Color convert

RGB 41 113 33 -
CMYK 0.64 0 0.71 0.56
HSL 114º 0.55% 0.29% -
HSV(B) 114º 0.71% 0.44% -
XYZ 7.09 12.39 3.46 -
YUV 82.35 100.15 98.5 -
System Red Green Blue C M Y K H S L
Decimal 41 113 33 0.64 0 0.71 0.56 114 0.55 0.29
Hex 29 71 21 40 0 47 38 72 37 1D
Octal 51 161 41 100 0 107 70 162 67 35
Binary 101001 1110001 100001 1000000 0 1000111 111000 1110010 110111 11101

Color Harmonies of #297121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297121

Black with #297121

Text Example


Text Example

White with #297121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297121; }

 p { color: rgb(41,113,33); }

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

background-color css

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

 a { background-color: rgb(41,113,33); }

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

border-color css

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

 span { border-color: rgb(41,113,33); }

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