Html Css Color HEX #297632 Japanese Laurel

📋 copy color: '#297632'

red 41 ◦ green 118 ◦ blue 50

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

Shades of Japanese Laurel #297632

Tints of Japanese Laurel #297632

RGB

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

 GREEN value IS 118 (46.48% from 255) = 56.46%

 BLUE value IS 50 (19.92% from 255) = 23.92%

R = 19.62%
G = 56.46%
B = 23.92%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#297632 (or 0x297632) is known color: Japanese Laurel. HEX triplet: 29, 76 and 32. RGB value is (41,118,50). Sum of RGB (Red+Green+Blue) = 41+118+50=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #297632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297632 is #D689CD. Grayscale: #575757. Windows color (decimal): -14059982 or 3307049. OLE color: 3307049.

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

Color convert

RGB 41 118 50 -
CMYK 0.65 0 0.58 0.54
HSL 127.01º 0.48% 0.31% -
HSV(B) 127.01º 0.65% 0.46% -
XYZ 7.97 13.66 5.23 -
YUV 87.23 106.99 95.03 -
System Red Green Blue C M Y K H S L
Decimal 41 118 50 0.65 0 0.58 0.54 127.01 0.48 0.31
Hex 29 76 32 41 0 3A 36 7F 30 1F
Octal 51 166 62 101 0 72 66 177 60 37
Binary 101001 1110110 110010 1000001 0 111010 110110 1111111 110000 11111

Color Harmonies of #297632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297632

Black with #297632

Text Example


Text Example

White with #297632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297632; }

 p { color: rgb(41,118,50); }

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

background-color css

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

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

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

border-color css

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

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

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