#2F8A3D

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

Shades of Japanese Laurel #2F8A3D

Tints of Japanese Laurel #2F8A3D

Color information

#2F8A3D (or 0x2F8A3D) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 8A and 3D. RGB value is (47,138,61). Sum of RGB (Red+Green+Blue) = 47+138+61=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 138 (54.30% from 255 or 56.10% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 138 - color contains mainly: green. Hex color #2F8A3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8A3D is #D075C2. Grayscale: #666666. Windows color (decimal): -13661635 or 4033071. OLE color: 4033071.

HSL color Cylindrical-coordinate representation of color #2F8A3D: hue angle of 129.23º 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 #2F8A3D is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB4713861-
CMYK0.6600.560.46
HSL129.23º49.19%36.27%-
HSV(B)129.23º65.94%54.12%-
XYZ11.119.127.52-
YUV102.01104.8588.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.11%
GREEN value IS 138 (54.30% from 255) = 56.10%
BLUE value IS 61 (24.22% from 255) = 24.80%
R=19.11%
G=56.10%
B=24.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47138610.6600.560.46129.2349.1936.27
Hex2F8A3D420382E813124
Octal5721275102070562016144
Binary101111100010101111011000010011100010111010000001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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