#297527

Color #297527 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #297527

Tints of Japanese Laurel #297527

Color information

#297527 (or 0x297527) is unknown color: approx 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

RGB4111739-
CMYK0.6500.670.54
HSL118.46º50%30.59%-
HSV(B)118.46º66.67%45.88%-
XYZ7.6413.344.09-
YUV85.38101.8296.34-

RGB Variations

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

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.62% from 255) = 19.80%
R=20.81%
G=59.39%
B=19.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41117390.6500.670.54118.465030.59
Hex297527410433676321f
Octal51165471010103661666237
Binary1010011110101100111100000101000011110110111011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>