#2B9D4B

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

Shades of Sea Green #2B9D4B

Tints of Sea Green #2B9D4B

Color information

#2B9D4B (or 0x2B9D4B) is unknown color: approx Sea Green. HEX triplet: 2B, 9D and 4B. RGB value is (43,157,75). Sum of RGB (Red+Green+Blue) = 43+157+75=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 157 (61.72% from 255 or 57.09% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9D4B is #D462B4. Grayscale: #717171. Windows color (decimal): -13918901 or 4955435. OLE color: 4955435.

HSL color Cylindrical-coordinate representation of color #2B9D4B: hue angle of 136.84º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9D4B is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB4315775-
CMYK0.7300.520.38
HSL136.84º57%39.22%-
HSV(B)136.84º72.61%61.57%-
XYZ14.3225.1410.75-
YUV113.57106.2377.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.64%
GREEN value IS 157 (61.72% from 255) = 57.09%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=15.64%
G=57.09%
B=27.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43157750.7300.520.38136.845739.22
Hex2B9D4B4903426893927
Octal53235113111064462117147
Binary1010111001110110010111001001011010010011010001001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,157,75); }

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

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

 a { background-color: rgb(43,157,75); }

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

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

 span { border-color: rgb(43,157,75); }

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