#2F8D38

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

Shades of Japanese Laurel #2F8D38

Tints of Japanese Laurel #2F8D38

Color information

#2F8D38 (or 0x2F8D38) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 8D and 38. RGB value is (47,141,56). Sum of RGB (Red+Green+Blue) = 47+141+56=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 141 (55.47% from 255 or 57.79% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 141 - color contains mainly: green. Hex color #2F8D38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8D38 is #D072C7. Grayscale: #676767. Windows color (decimal): -13660872 or 3706159. OLE color: 3706159.

HSL color Cylindrical-coordinate representation of color #2F8D38: hue angle of 125.74º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F8D38 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB4714156-
CMYK0.6700.600.45
HSL125.74º50%36.86%-
HSV(B)125.74º66.67%55.29%-
XYZ11.4119.946.99-
YUV103.2101.3687.91-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.26%
GREEN value IS 141 (55.47% from 255) = 57.79%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=19.26%
G=57.79%
B=22.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47141560.6700.600.45125.745036.86
Hex2F8D384303C2D7e3225
Octal5721570103074551766245
Binary10111110001101111000100001101111001011011111110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,141,56); }

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

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

 a { background-color: rgb(47,141,56); }

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

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

 span { border-color: rgb(47,141,56); }

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