#2B7F2F

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

Shades of Japanese Laurel #2B7F2F

Tints of Japanese Laurel #2B7F2F

Color information

#2B7F2F (or 0x2B7F2F) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 7F and 2F. RGB value is (43,127,47). Sum of RGB (Red+Green+Blue) = 43+127+47=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 127 (50% from 255 or 58.53% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7F2F is #D480D0. Grayscale: #5D5D5D. Windows color (decimal): -13926609 or 3112747. OLE color: 3112747.

HSL color Cylindrical-coordinate representation of color #2B7F2F: hue angle of 122.86º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7F2F is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB4312747-
CMYK0.6600.630.50
HSL122.86º49.41%33.33%-
HSV(B)122.86º66.14%49.8%-
XYZ9.115.95.28-
YUV92.76102.1792.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.82%
GREEN value IS 127 (50% from 255) = 58.53%
BLUE value IS 47 (18.75% from 255) = 21.66%
R=19.82%
G=58.53%
B=21.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43127470.6600.630.50122.8649.4133.33
Hex2B7F2F4203F327b3121
Octal5317757102077621736141
Binary1010111111111101111100001001111111100101111011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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