#2F8A33

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

Shades of Japanese Laurel #2F8A33

Tints of Japanese Laurel #2F8A33

Color information

#2F8A33 (or 0x2F8A33) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 8A and 33. RGB value is (47,138,51). Sum of RGB (Red+Green+Blue) = 47+138+51=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 138 (54.30% from 255 or 58.47% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 138 - color contains mainly: green. Hex color #2F8A33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8A33 is #D075CC. Grayscale: #656565. Windows color (decimal): -13661645 or 3377711. OLE color: 3377711.

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

Color convert

RGB4713851-
CMYK0.6600.630.46
HSL122.64º49.19%36.27%-
HSV(B)122.64º65.94%54.12%-
XYZ10.8619.026.23-
YUV100.8799.8589.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.92%
GREEN value IS 138 (54.30% from 255) = 58.47%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=19.92%
G=58.47%
B=21.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47138510.6600.630.46122.6449.1936.27
Hex2F8A334203F2E7b3124
Octal5721263102077561736144
Binary10111110001010110011100001001111111011101111011110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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