#2B8A42

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

Shades of Sea Green #2B8A42

Tints of Sea Green #2B8A42

Color information

#2B8A42 (or 0x2B8A42) is unknown color: approx Sea Green. HEX triplet: 2B, 8A and 42. RGB value is (43,138,66). Sum of RGB (Red+Green+Blue) = 43+138+66=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 138 (54.30% from 255 or 55.87% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8A42 is #D475BD. Grayscale: #656565. Windows color (decimal): -13923774 or 4360747. OLE color: 4360747.

HSL color Cylindrical-coordinate representation of color #2B8A42: hue angle of 134.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 #2B8A42 is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB4313866-
CMYK0.6900.520.46
HSL134.53º52.49%35.49%-
HSV(B)134.53º68.84%54.12%-
XYZ11.0719.088.25-
YUV101.39108.0386.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.41%
GREEN value IS 138 (54.30% from 255) = 55.87%
BLUE value IS 66 (26.17% from 255) = 26.72%
R=17.41%
G=55.87%
B=26.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal43138660.6900.520.46134.5352.4935.49
Hex2B8A42450342E873423
Octal53212102105064562076443
Binary1010111000101010000101000101011010010111010000111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,138,66); }

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

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

 a { background-color: rgb(43,138,66); }

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

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

 span { border-color: rgb(43,138,66); }

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