#2B8850

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

Shades of Sea Green #2B8850

Tints of Sea Green #2B8850

Color information

#2B8850 (or 0x2B8850) is unknown color: approx Sea Green. HEX triplet: 2B, 88 and 50. RGB value is (43,136,80). Sum of RGB (Red+Green+Blue) = 43+136+80=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #2B8850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8850 is #D477AF. Grayscale: #656565. Windows color (decimal): -13924272 or 5277739. OLE color: 5277739.

HSL color Cylindrical-coordinate representation of color #2B8850: hue angle of 143.87º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B8850 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB4313680-
CMYK0.6800.410.47
HSL143.87º51.96%35.1%-
HSV(B)143.87º68.38%53.33%-
XYZ11.2518.710.61-
YUV101.81115.6986.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.60%
GREEN value IS 136 (53.52% from 255) = 52.51%
BLUE value IS 80 (31.64% from 255) = 30.89%
R=16.60%
G=52.51%
B=30.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43136800.6800.410.47143.8751.9635.1
Hex2B8850440292F903423
Octal53210120104051572206443
Binary1010111000100010100001000100010100110111110010000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,136,80); }

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

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

 a { background-color: rgb(43,136,80); }

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

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

 span { border-color: rgb(43,136,80); }

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