#2F7A27

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

Shades of Japanese Laurel #2F7A27

Tints of Japanese Laurel #2F7A27

Color information

#2F7A27 (or 0x2F7A27) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 7A and 27. RGB value is (47,122,39). Sum of RGB (Red+Green+Blue) = 47+122+39=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 122 (48.05% from 255 or 58.65% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 122 - color contains mainly: green. Hex color #2F7A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7A27 is #D085D8. Grayscale: #5A5A5A. Windows color (decimal): -13665753 or 2587183. OLE color: 2587183.

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

Color convert

RGB4712239-
CMYK0.6100.680.52
HSL114.22º51.55%31.57%-
HSV(B)114.22º68.03%47.84%-
XYZ8.514.674.3-
YUV90.1199.1597.25-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.60%
GREEN value IS 122 (48.05% from 255) = 58.65%
BLUE value IS 39 (15.62% from 255) = 18.75%
R=22.60%
G=58.65%
B=18.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal47122390.6100.680.52114.2251.5531.57
Hex2F7A273D04434723420
Octal5717247750104641626440
Binary1011111111010100111111101010001001101001110010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,122,39); }

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

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

 a { background-color: rgb(47,122,39); }

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

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

 span { border-color: rgb(47,122,39); }

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