#2F743B

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

Shades of Japanese Laurel #2F743B

Tints of Japanese Laurel #2F743B

Color information

#2F743B (or 0x2F743B) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 74 and 3B. RGB value is (47,116,59). Sum of RGB (Red+Green+Blue) = 47+116+59=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 116 (45.70% from 255 or 52.25% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 116 - color contains mainly: green. Hex color #2F743B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F743B is #D08BC4. Grayscale: #595959. Windows color (decimal): -13667269 or 3896367. OLE color: 3896367.

HSL color Cylindrical-coordinate representation of color #2F743B: hue angle of 130.43º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F743B is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB4711659-
CMYK0.5900.490.55
HSL130.43º42.33%31.96%-
HSV(B)130.43º59.48%45.49%-
XYZ8.2113.416.29-
YUV88.87111.1498.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.17%
GREEN value IS 116 (45.70% from 255) = 52.25%
BLUE value IS 59 (23.44% from 255) = 26.58%
R=21.17%
G=52.25%
B=26.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47116590.5900.490.55130.4342.3331.96
Hex2F743B3B03137822a20
Octal571647373061672025240
Binary1011111110100111011111011011000111011110000010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F743B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,116,59); }

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

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

 a { background-color: rgb(47,116,59); }

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

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

 span { border-color: rgb(47,116,59); }

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