#2F772B

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

Shades of Japanese Laurel #2F772B

Tints of Japanese Laurel #2F772B

Color information

#2F772B (or 0x2F772B) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 77 and 2B. RGB value is (47,119,43). Sum of RGB (Red+Green+Blue) = 47+119+43=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 119 (46.88% from 255 or 56.94% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 119 - color contains mainly: green. Hex color #2F772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F772B is #D088D4. Grayscale: #595959. Windows color (decimal): -13666517 or 2848559. OLE color: 2848559.

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

Color convert

RGB4711943-
CMYK0.6100.640.53
HSL116.84º46.91%31.76%-
HSV(B)116.84º63.87%46.67%-
XYZ8.2113.974.55-
YUV88.81102.1598.18-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.49%
GREEN value IS 119 (46.88% from 255) = 56.94%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=22.49%
G=56.94%
B=20.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47119430.6100.640.53116.8446.9131.76
Hex2F772B3D04035752f20
Octal5716753750100651655740
Binary1011111110111101011111101010000001101011110101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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