#2B8953

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

Shades of Sea Green #2B8953

Tints of Sea Green #2B8953

Color information

#2B8953 (or 0x2B8953) is unknown color: approx Sea Green. HEX triplet: 2B, 89 and 53. RGB value is (43,137,83). Sum of RGB (Red+Green+Blue) = 43+137+83=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #2B8953 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8953 is #D476AC. Grayscale: #666666. Windows color (decimal): -13924013 or 5474603. OLE color: 5474603.

HSL color Cylindrical-coordinate representation of color #2B8953: hue angle of 145.53º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8953 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB4313783-
CMYK0.6900.390.46
HSL145.53º52.22%35.29%-
HSV(B)145.53º68.61%53.73%-
XYZ11.519.0311.25-
YUV102.74116.8685.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.35%
GREEN value IS 137 (53.91% from 255) = 52.09%
BLUE value IS 83 (32.81% from 255) = 31.56%
R=16.35%
G=52.09%
B=31.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal43137830.6900.390.46145.5352.2235.29
Hex2B8953450272E923423
Octal53211123105047562226443
Binary1010111000100110100111000101010011110111010010010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,137,83); }

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

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

 a { background-color: rgb(43,137,83); }

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

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

 span { border-color: rgb(43,137,83); }

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