#2B7F3A

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

Shades of Japanese Laurel #2B7F3A

Tints of Japanese Laurel #2B7F3A

Color information

#2B7F3A (or 0x2B7F3A) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 7F and 3A. RGB value is (43,127,58). Sum of RGB (Red+Green+Blue) = 43+127+58=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 127 (50% from 255 or 55.70% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7F3A is #D480C5. Grayscale: #5E5E5E. Windows color (decimal): -13926598 or 3833643. OLE color: 3833643.

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

Color convert

RGB4312758-
CMYK0.6600.540.50
HSL130.71º49.41%33.33%-
HSV(B)130.71º66.14%49.8%-
XYZ9.35166.6-
YUV94.02107.6791.61-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.86%
GREEN value IS 127 (50% from 255) = 55.70%
BLUE value IS 58 (23.05% from 255) = 25.44%
R=18.86%
G=55.70%
B=25.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43127580.6600.540.50130.7149.4133.33
Hex2B7F3A4203632833121
Octal5317772102066622036141
Binary10101111111111110101000010011011011001010000011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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