#2F903E

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

Shades of Japanese Laurel #2F903E

Tints of Japanese Laurel #2F903E

Color information

#2F903E (or 0x2F903E) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 90 and 3E. RGB value is (47,144,62). Sum of RGB (Red+Green+Blue) = 47+144+62=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 144 (56.64% from 255 or 56.92% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 144 - color contains mainly: green. Hex color #2F903E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F903E is #D06FC1. Grayscale: #696969. Windows color (decimal): -13660098 or 4100143. OLE color: 4100143.

HSL color Cylindrical-coordinate representation of color #2F903E: hue angle of 129.28º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F903E is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB4714462-
CMYK0.6700.570.44
HSL129.28º50.79%37.45%-
HSV(B)129.28º67.36%56.47%-
XYZ12.0220.97.96-
YUV105.65103.3686.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.58%
GREEN value IS 144 (56.64% from 255) = 56.92%
BLUE value IS 62 (24.61% from 255) = 24.51%
R=18.58%
G=56.92%
B=24.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal47144620.6700.570.44129.2850.7937.45
Hex2F903E430392C813325
Octal5722076103071542016345
Binary101111100100001111101000011011100110110010000001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F903E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,144,62); }

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

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

 a { background-color: rgb(47,144,62); }

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

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

 span { border-color: rgb(47,144,62); }

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