#2F842D

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

Shades of Japanese Laurel #2F842D

Tints of Japanese Laurel #2F842D

Color information

#2F842D (or 0x2F842D) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 84 and 2D. RGB value is (47,132,45). Sum of RGB (Red+Green+Blue) = 47+132+45=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #2F842D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F842D is #D07BD2. Grayscale: #606060. Windows color (decimal): -13663187 or 2982959. OLE color: 2982959.

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

Color convert

RGB4713245-
CMYK0.6400.660.48
HSL118.62º49.15%34.71%-
HSV(B)118.62º65.91%51.76%-
XYZ9.917.35.3-
YUV96.6798.8492.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.98%
GREEN value IS 132 (51.95% from 255) = 58.93%
BLUE value IS 45 (17.97% from 255) = 20.09%
R=20.98%
G=58.93%
B=20.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47132450.6400.660.48118.6249.1534.71
Hex2F842D4004230773123
Octal57204551000102601676143
Binary101111100001001011011000000010000101100001110111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F842D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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