#2F8030

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

Shades of Japanese Laurel #2F8030

Tints of Japanese Laurel #2F8030

Color information

#2F8030 (or 0x2F8030) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 80 and 30. RGB value is (47,128,48). Sum of RGB (Red+Green+Blue) = 47+128+48=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 128 (50.39% from 255 or 57.40% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 128 - color contains mainly: green. Hex color #2F8030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8030 is #D07FCF. Grayscale: #5E5E5E. Windows color (decimal): -13664208 or 3178543. OLE color: 3178543.

HSL color Cylindrical-coordinate representation of color #2F8030: hue angle of 120.74º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F8030 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB4712848-
CMYK0.6300.620.50
HSL120.74º46.29%34.31%-
HSV(B)120.74º63.28%50.2%-
XYZ9.4216.265.44-
YUV94.66101.6694-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.08%
GREEN value IS 128 (50.39% from 255) = 57.40%
BLUE value IS 48 (19.14% from 255) = 21.52%
R=21.08%
G=57.40%
B=21.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal47128480.6300.620.50120.7446.2934.31
Hex2F80303F03E32792e22
Octal572006077076621715642
Binary1011111000000011000011111101111101100101111001101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F8030; }

 p { color: rgb(47,128,48); }

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

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

 a { background-color: rgb(47,128,48); }

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

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

 span { border-color: rgb(47,128,48); }

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