Html Css Color HEX #297524 Japanese Laurel

📋 copy color: '#297524'

red 41 ◦ green 117 ◦ blue 36

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

Shades of Japanese Laurel #297524

Tints of Japanese Laurel #297524

RGB

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

 GREEN value IS 117 (46.09% from 255) = 60.31%

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

R = 21.13%
G = 60.31%
B = 18.56%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#297524 (or 0x297524) is known color: Japanese Laurel. HEX triplet: 29, 75 and 24. RGB value is (41,117,36). Sum of RGB (Red+Green+Blue) = 41+117+36=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #297524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297524 is #D68ADB. Grayscale: #555555. Windows color (decimal): -14060252 or 2389289. OLE color: 2389289.

HSL color Cylindrical-coordinate representation of color #297524: hue angle of 116.3º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #297524 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 117 36 -
CMYK 0.65 0 0.69 0.54
HSL 116.3º 0.53% 0.3% -
HSV(B) 116.3º 0.69% 0.46% -
XYZ 7.59 13.32 3.84 -
YUV 85.04 100.32 96.59 -
System Red Green Blue C M Y K H S L
Decimal 41 117 36 0.65 0 0.69 0.54 116.3 0.53 0.3
Hex 29 75 24 41 0 45 36 74 35 1E
Octal 51 165 44 101 0 105 66 164 65 36
Binary 101001 1110101 100100 1000001 0 1000101 110110 1110100 110101 11110

Color Harmonies of #297524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297524

Black with #297524

Text Example


Text Example

White with #297524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297524; }

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

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

background-color css

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

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

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

border-color css

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

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

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