#2F762B

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

Shades of Japanese Laurel #2F762B

Tints of Japanese Laurel #2F762B

Color information

#2F762B (or 0x2F762B) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 76 and 2B. RGB value is (47,118,43). Sum of RGB (Red+Green+Blue) = 47+118+43=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 118 (46.48% from 255 or 56.73% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 118 - color contains mainly: green. Hex color #2F762B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F762B is #D089D4. Grayscale: #585858. Windows color (decimal): -13666773 or 2848303. OLE color: 2848303.

HSL color Cylindrical-coordinate representation of color #2F762B: hue angle of 116.8º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F762B is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB4711843-
CMYK0.6000.640.54
HSL116.8º46.58%31.57%-
HSV(B)116.8º63.56%46.27%-
XYZ8.0913.744.51-
YUV88.22102.4898.6-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.60%
GREEN value IS 118 (46.48% from 255) = 56.73%
BLUE value IS 43 (17.19% from 255) = 20.67%
R=22.60%
G=56.73%
B=20.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47118430.6000.640.54116.846.5831.57
Hex2F762B3C04036752f20
Octal5716653740100661655740
Binary1011111110110101011111100010000001101101110101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,118,43); }

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

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

 a { background-color: rgb(47,118,43); }

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

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

 span { border-color: rgb(47,118,43); }

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