#2B7F5E

Color #2B7F5E Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #2B7F5E

Tints of Sea Green #2B7F5E

Color information

#2B7F5E (or 0x2B7F5E) is unknown color: approx Sea Green. HEX triplet: 2B, 7F and 5E. RGB value is (43,127,94). Sum of RGB (Red+Green+Blue) = 43+127+94=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 127 (50% from 255 or 48.11% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7F5E is #D480A1. Grayscale: #626262. Windows color (decimal): -13926562 or 6192939. OLE color: 6192939.

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

Color convert

RGB4312794-
CMYK0.6600.260.50
HSL156.43º49.41%33.33%-
HSV(B)156.43º66.14%49.8%-
XYZ10.6116.513.22-
YUV98.12125.6788.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.29%
GREEN value IS 127 (50% from 255) = 48.11%
BLUE value IS 94 (37.11% from 255) = 35.61%
R=16.29%
G=48.11%
B=35.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43127940.6600.260.50156.4349.4133.33
Hex2B7F5E4201A329c3121
Octal53177136102032622346141
Binary10101111111111011110100001001101011001010011100110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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