#2B7E2A

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

Shades of Japanese Laurel #2B7E2A

Tints of Japanese Laurel #2B7E2A

Color information

#2B7E2A (or 0x2B7E2A) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 7E and 2A. RGB value is (43,126,42). Sum of RGB (Red+Green+Blue) = 43+126+42=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 126 (49.61% from 255 or 59.72% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 126 - color contains mainly: green. Hex color #2B7E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7E2A is #D481D5. Grayscale: #5B5B5B. Windows color (decimal): -13926870 or 2784811. OLE color: 2784811.

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

Color convert

RGB4312642-
CMYK0.6600.670.51
HSL119.29º50%32.94%-
HSV(B)119.29º66.67%49.41%-
XYZ8.8815.64.73-
YUV91.6110093.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.38%
GREEN value IS 126 (49.61% from 255) = 59.72%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=20.38%
G=59.72%
B=19.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal43126420.6600.670.51119.295032.94
Hex2B7E2A4204333773221
Octal53176521020103631676241
Binary10101111111101010101000010010000111100111110111110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,126,42); }

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

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

 a { background-color: rgb(43,126,42); }

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

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

 span { border-color: rgb(43,126,42); }

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