Html Css Color HEX #297325 Japanese Laurel

📋 copy color: '#297325'

red 41 ◦ green 115 ◦ blue 37

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

Shades of Japanese Laurel #297325

Tints of Japanese Laurel #297325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.17%

R = 21.24%
G = 59.59%
B = 19.17%

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

#297325 (or 0x297325) is known color: Japanese Laurel. HEX triplet: 29, 73 and 25. RGB value is (41,115,37). Sum of RGB (Red+Green+Blue) = 41+115+37=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #297325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297325 is #D68CDA. Grayscale: #545454. Windows color (decimal): -14060763 or 2454313. OLE color: 2454313.

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

Color convert

RGB 41 115 37 -
CMYK 0.64 0 0.68 0.55
HSL 116.92º 0.51% 0.3% -
HSV(B) 116.92º 0.68% 0.45% -
XYZ 7.38 12.87 3.84 -
YUV 83.98 101.48 97.34 -
System Red Green Blue C M Y K H S L
Decimal 41 115 37 0.64 0 0.68 0.55 116.92 0.51 0.3
Hex 29 73 25 40 0 44 37 75 33 1E
Octal 51 163 45 100 0 104 67 165 63 36
Binary 101001 1110011 100101 1000000 0 1000100 110111 1110101 110011 11110

Color Harmonies of #297325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297325

Black with #297325

Text Example


Text Example

White with #297325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297325; }

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

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

background-color css

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

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

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

border-color css

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

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

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