#2F842E

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

Shades of Japanese Laurel #2F842E

Tints of Japanese Laurel #2F842E

Color information

#2F842E (or 0x2F842E) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 84 and 2E. RGB value is (47,132,46). Sum of RGB (Red+Green+Blue) = 47+132+46=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #2F842E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F842E is #D07BD1. Grayscale: #616161. Windows color (decimal): -13663186 or 3048495. OLE color: 3048495.

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

Color convert

RGB4713246-
CMYK0.6400.650.48
HSL119.3º48.31%34.9%-
HSV(B)119.3º65.15%51.76%-
XYZ9.9217.35.4-
YUV96.7899.3492.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.89%
GREEN value IS 132 (51.95% from 255) = 58.67%
BLUE value IS 46 (18.36% from 255) = 20.44%
R=20.89%
G=58.67%
B=20.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47132460.6400.650.48119.348.3134.9
Hex2F842E4004130773023
Octal57204561000101601676043
Binary101111100001001011101000000010000011100001110111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,132,46); }

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

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

 a { background-color: rgb(47,132,46); }

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

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

 span { border-color: rgb(47,132,46); }

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