Html Css Color HEX #297631 Japanese Laurel

📋 copy color: '#297631'

red 41 ◦ green 118 ◦ blue 49

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

Shades of Japanese Laurel #297631

Tints of Japanese Laurel #297631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.56%

R = 19.71%
G = 56.73%
B = 23.56%

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

#297631 (or 0x297631) is known color: Japanese Laurel. HEX triplet: 29, 76 and 31. RGB value is (41,118,49). Sum of RGB (Red+Green+Blue) = 41+118+49=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 118 (46.48% from 255 or 56.73% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 118 - color contains mainly: green. Hex color #297631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297631 is #D689CE. Grayscale: #575757. Windows color (decimal): -14059983 or 3241513. OLE color: 3241513.

HSL color Cylindrical-coordinate representation of color #297631: hue angle of 126.23º 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 #297631 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 118 49 -
CMYK 0.65 0 0.58 0.54
HSL 126.23º 0.48% 0.31% -
HSV(B) 126.23º 0.65% 0.46% -
XYZ 7.95 13.65 5.12 -
YUV 87.11 106.49 95.11 -
System Red Green Blue C M Y K H S L
Decimal 41 118 49 0.65 0 0.58 0.54 126.23 0.48 0.31
Hex 29 76 31 41 0 3A 36 7E 30 1F
Octal 51 166 61 101 0 72 66 176 60 37
Binary 101001 1110110 110001 1000001 0 111010 110110 1111110 110000 11111

Color Harmonies of #297631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297631

Black with #297631

Text Example


Text Example

White with #297631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297631; }

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

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

background-color css

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

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

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

border-color css

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

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

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