#2F8A41

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

Shades of Japanese Laurel #2F8A41

Tints of Japanese Laurel #2F8A41

Color information

#2F8A41 (or 0x2F8A41) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 8A and 41. RGB value is (47,138,65). Sum of RGB (Red+Green+Blue) = 47+138+65=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 138 (54.30% from 255 or 55.2% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 138 - color contains mainly: green. Hex color #2F8A41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8A41 is #D075BE. Grayscale: #666666. Windows color (decimal): -13661631 or 4295215. OLE color: 4295215.

HSL color Cylindrical-coordinate representation of color #2F8A41: hue angle of 131.87º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8A41 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB4713865-
CMYK0.6600.530.46
HSL131.87º49.19%36.27%-
HSV(B)131.87º65.94%54.12%-
XYZ11.2119.168.11-
YUV102.47106.8588.44-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.8%
GREEN value IS 138 (54.30% from 255) = 55.2%
BLUE value IS 65 (25.78% from 255) = 26%
R=18.8%
G=55.2%
B=26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47138650.6600.530.46131.8749.1936.27
Hex2F8A41420352E843124
Octal57212101102065562046144
Binary1011111000101010000011000010011010110111010000100110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,138,65); }

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

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

 a { background-color: rgb(47,138,65); }

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

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

 span { border-color: rgb(47,138,65); }

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