Html Css Color HEX #297925 Japanese Laurel

📋 copy color: '#297925'

red 41 ◦ green 121 ◦ blue 37

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

Shades of Japanese Laurel #297925

Tints of Japanese Laurel #297925

RGB

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

 GREEN value IS 121 (47.66% from 255) = 60.8%

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

R = 20.6%
G = 60.8%
B = 18.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#297925 (or 0x297925) is known color: Japanese Laurel. HEX triplet: 29, 79 and 25. RGB value is (41,121,37). Sum of RGB (Red+Green+Blue) = 41+121+37=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 121 (47.66% from 255 or 60.80% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 121 - color contains mainly: green. Hex color #297925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297925 is #D686DA. Grayscale: #575757. Windows color (decimal): -14059227 or 2455849. OLE color: 2455849.

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

Color convert

RGB 41 121 37 -
CMYK 0.66 0 0.69 0.53
HSL 117.14º 0.53% 0.31% -
HSV(B) 117.14º 0.69% 0.47% -
XYZ 8.09 14.28 4.08 -
YUV 87.5 99.5 94.83 -
System Red Green Blue C M Y K H S L
Decimal 41 121 37 0.66 0 0.69 0.53 117.14 0.53 0.31
Hex 29 79 25 42 0 45 35 75 35 1F
Octal 51 171 45 102 0 105 65 165 65 37
Binary 101001 1111001 100101 1000010 0 1000101 110101 1110101 110101 11111

Color Harmonies of #297925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297925

Black with #297925

Text Example


Text Example

White with #297925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297925; }

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

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

background-color css

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

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

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

border-color css

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

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

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