#2F8242

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

Shades of Japanese Laurel #2F8242

Tints of Japanese Laurel #2F8242

Color information

#2F8242 (or 0x2F8242) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 82 and 42. RGB value is (47,130,66). Sum of RGB (Red+Green+Blue) = 47+130+66=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #2F8242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8242 is #D07DBD. Grayscale: #626262. Windows color (decimal): -13663678 or 4358703. OLE color: 4358703.

HSL color Cylindrical-coordinate representation of color #2F8242: hue angle of 133.73º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F8242 is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB4713066-
CMYK0.6400.490.49
HSL133.73º46.89%34.71%-
HSV(B)133.73º63.85%50.98%-
XYZ10.1416.967.89-
YUV97.8911091.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.34%
GREEN value IS 130 (51.17% from 255) = 53.50%
BLUE value IS 66 (26.17% from 255) = 27.16%
R=19.34%
G=53.50%
B=27.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47130660.6400.490.49133.7346.8934.71
Hex2F82424003131862f23
Octal57202102100061612065743
Binary1011111000001010000101000000011000111000110000110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,130,66); }

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

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

 a { background-color: rgb(47,130,66); }

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

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

 span { border-color: rgb(47,130,66); }

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