Html Css Color HEX #297329 Japanese Laurel

📋 copy color: '#297329'

red 41 ◦ green 115 ◦ blue 41

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

Shades of Japanese Laurel #297329

Tints of Japanese Laurel #297329

RGB

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

 GREEN value IS 115 (45.31% from 255) = 58.38%

 BLUE value IS 41 (16.41% from 255) = 20.81%

R = 20.81%
G = 58.38%
B = 20.81%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#297329 (or 0x297329) is known color: Japanese Laurel. HEX triplet: 29, 73 and 29. RGB value is (41,115,41). Sum of RGB (Red+Green+Blue) = 41+115+41=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 115 (45.31% from 255 or 58.38% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 115 - color contains mainly: green. Hex color #297329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297329 is #D68CD6. Grayscale: #545454. Windows color (decimal): -14060759 or 2716457. OLE color: 2716457.

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

Color convert

RGB 41 115 41 -
CMYK 0.64 0 0.64 0.55
HSL 120º 0.47% 0.31% -
HSV(B) 120º 0.64% 0.45% -
XYZ 7.45 12.89 4.19 -
YUV 84.44 103.48 97.02 -
System Red Green Blue C M Y K H S L
Decimal 41 115 41 0.64 0 0.64 0.55 120 0.47 0.31
Hex 29 73 29 40 0 40 37 78 2F 1F
Octal 51 163 51 100 0 100 67 170 57 37
Binary 101001 1110011 101001 1000000 0 1000000 110111 1111000 101111 11111

Color Harmonies of #297329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297329

Black with #297329

Text Example


Text Example

White with #297329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297329; }

 p { color: rgb(41,115,41); }

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

background-color css

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

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

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

border-color css

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

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

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