#2F852E

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

Shades of Japanese Laurel #2F852E

Tints of Japanese Laurel #2F852E

Color information

#2F852E (or 0x2F852E) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 85 and 2E. RGB value is (47,133,46). Sum of RGB (Red+Green+Blue) = 47+133+46=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #2F852E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F852E is #D07AD1. Grayscale: #616161. Windows color (decimal): -13662930 or 3048751. OLE color: 3048751.

HSL color Cylindrical-coordinate representation of color #2F852E: hue angle of 119.31º degrees, saturation: 0.49, 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 #2F852E is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB4713346-
CMYK0.6500.650.48
HSL119.31º48.6%35.1%-
HSV(B)119.31º65.41%52.16%-
XYZ10.0517.585.45-
YUV97.3799.0192.07-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.80%
GREEN value IS 133 (52.34% from 255) = 58.85%
BLUE value IS 46 (18.36% from 255) = 20.35%
R=20.80%
G=58.85%
B=20.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47133460.6500.650.48119.3148.635.1
Hex2F852E4104130773123
Octal57205561010101601676143
Binary101111100001011011101000001010000011100001110111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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