#2B7F38

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

Shades of Japanese Laurel #2B7F38

Tints of Japanese Laurel #2B7F38

Color information

#2B7F38 (or 0x2B7F38) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 7F and 38. RGB value is (43,127,56). Sum of RGB (Red+Green+Blue) = 43+127+56=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 127 (50% from 255 or 56.19% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7F38 is #D480C7. Grayscale: #5D5D5D. Windows color (decimal): -13926600 or 3702571. OLE color: 3702571.

HSL color Cylindrical-coordinate representation of color #2B7F38: hue angle of 129.29º 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 #2B7F38 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB4312756-
CMYK0.6600.560.50
HSL129.29º49.41%33.33%-
HSV(B)129.29º66.14%49.8%-
XYZ9.315.986.34-
YUV93.79106.6791.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.03%
GREEN value IS 127 (50% from 255) = 56.19%
BLUE value IS 56 (22.27% from 255) = 24.78%
R=19.03%
G=56.19%
B=24.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43127560.6600.560.50129.2949.4133.33
Hex2B7F384203832813121
Octal5317770102070622016141
Binary10101111111111110001000010011100011001010000001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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