#2F753F

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

Shades of Japanese Laurel #2F753F

Tints of Japanese Laurel #2F753F

Color information

#2F753F (or 0x2F753F) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 75 and 3F. RGB value is (47,117,63). Sum of RGB (Red+Green+Blue) = 47+117+63=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #2F753F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F753F is #D08AC0. Grayscale: #5A5A5A. Windows color (decimal): -13667009 or 4158767. OLE color: 4158767.

HSL color Cylindrical-coordinate representation of color #2F753F: hue angle of 133.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F753F is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB4711763-
CMYK0.6000.460.54
HSL133.71º42.68%32.16%-
HSV(B)133.71º59.83%45.88%-
XYZ8.4313.696.9-
YUV89.91112.8197.39-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.70%
GREEN value IS 117 (46.09% from 255) = 51.54%
BLUE value IS 63 (25% from 255) = 27.75%
R=20.70%
G=51.54%
B=27.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47117630.6000.460.54133.7142.6832.16
Hex2F753F3C02E36862b20
Octal571657774056662065340
Binary1011111110101111111111100010111011011010000110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,117,63); }

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

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

 a { background-color: rgb(47,117,63); }

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

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

 span { border-color: rgb(47,117,63); }

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