#2F843A

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

Shades of Japanese Laurel #2F843A

Tints of Japanese Laurel #2F843A

Color information

#2F843A (or 0x2F843A) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 84 and 3A. RGB value is (47,132,58). Sum of RGB (Red+Green+Blue) = 47+132+58=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #2F843A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F843A is #D07BC5. Grayscale: #626262. Windows color (decimal): -13663174 or 3834927. OLE color: 3834927.

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

Color convert

RGB4713258-
CMYK0.6400.560.48
HSL127.76º47.49%35.1%-
HSV(B)127.76º64.39%51.76%-
XYZ10.1917.416.83-
YUV98.15105.3491.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.83%
GREEN value IS 132 (51.95% from 255) = 55.70%
BLUE value IS 58 (23.05% from 255) = 24.47%
R=19.83%
G=55.70%
B=24.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47132580.6400.560.48127.7647.4935.1
Hex2F843A4003830802f23
Octal5720472100070602005743
Binary101111100001001110101000000011100011000010000000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F843A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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