Html Css Color HEX #297527 Japanese Laurel

📋 copy color: '#297527'

red 41 ◦ green 117 ◦ blue 39

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

Shades of Japanese Laurel #297527

Tints of Japanese Laurel #297527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.8%

R = 20.81%
G = 59.39%
B = 19.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#297527 (or 0x297527) is known color: Japanese Laurel. HEX triplet: 29, 75 and 27. RGB value is (41,117,39). Sum of RGB (Red+Green+Blue) = 41+117+39=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #297527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297527 is #D68AD8. Grayscale: #555555. Windows color (decimal): -14060249 or 2585897. OLE color: 2585897.

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

Color convert

RGB 41 117 39 -
CMYK 0.65 0 0.67 0.54
HSL 118.46º 0.5% 0.31% -
HSV(B) 118.46º 0.67% 0.46% -
XYZ 7.64 13.34 4.09 -
YUV 85.38 101.82 96.34 -
System Red Green Blue C M Y K H S L
Decimal 41 117 39 0.65 0 0.67 0.54 118.46 0.5 0.31
Hex 29 75 27 41 0 43 36 76 32 1F
Octal 51 165 47 101 0 103 66 166 62 37
Binary 101001 1110101 100111 1000001 0 1000011 110110 1110110 110010 11111

Color Harmonies of #297527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297527

Black with #297527

Text Example


Text Example

White with #297527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297527; }

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

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

background-color css

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

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

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

border-color css

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

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

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