#297F30

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

Shades of Japanese Laurel #297F30

Tints of Japanese Laurel #297F30

Color information

#297F30 (or 0x297F30) is unknown color: approx Japanese Laurel. HEX triplet: 29, 7F and 30. RGB value is (41,127,48). Sum of RGB (Red+Green+Blue) = 41+127+48=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 127 (50% from 255 or 58.80% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 127 - color contains mainly: green. Hex color #297F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297F30 is #D680CF. Grayscale: #5C5C5C. Windows color (decimal): -14057680 or 3178281. OLE color: 3178281.

HSL color Cylindrical-coordinate representation of color #297F30: hue angle of 124.88º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297F30 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB4112748-
CMYK0.6800.620.50
HSL124.88º51.19%32.94%-
HSV(B)124.88º67.72%49.8%-
XYZ9.0415.865.38-
YUV92.28103.0191.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.98%
GREEN value IS 127 (50% from 255) = 58.80%
BLUE value IS 48 (19.14% from 255) = 22.22%
R=18.98%
G=58.80%
B=22.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41127480.6800.620.50124.8851.1932.94
Hex297F304403E327d3321
Octal5117760104076621756341
Binary1010011111111110000100010001111101100101111101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297F30; }

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

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

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

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

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

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

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

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