#297630

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

Shades of Japanese Laurel #297630

Tints of Japanese Laurel #297630

Color information

#297630 (or 0x297630) is unknown color: approx Japanese Laurel. HEX triplet: 29, 76 and 30. RGB value is (41,118,48). Sum of RGB (Red+Green+Blue) = 41+118+48=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 118 (46.48% from 255 or 57.00% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 118 - color contains mainly: green. Hex color #297630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297630 is #D689CF. Grayscale: #575757. Windows color (decimal): -14059984 or 3175977. OLE color: 3175977.

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

Color convert

RGB4111848-
CMYK0.6500.590.54
HSL125.45º48.43%31.18%-
HSV(B)125.45º65.25%46.27%-
XYZ7.9313.645.01-
YUV87105.9995.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.81%
GREEN value IS 118 (46.48% from 255) = 57.00%
BLUE value IS 48 (19.14% from 255) = 23.19%
R=19.81%
G=57.00%
B=23.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41118480.6500.590.54125.4548.4331.18
Hex2976304103B367d301f
Octal5116660101073661756037
Binary101001111011011000010000010111011110110111110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297630; }

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

 H1.HeaderClassName
 {
   color: #297630;
 }
 .AnyTagClassName
 {
   color: #297630;
 }
</style>
background-color css

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

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

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

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

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

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