#2b8c54

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

Shades of Sea Green #2B8C54

Tints of Sea Green #2B8C54

Color information

#2B8C54 (or 0x2B8C54) is unknown color: approx Sea Green. HEX triplet: 2B, 8C and 54. RGB value is (43,140,84). Sum of RGB (Red+Green+Blue) = 43+140+84=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 140 (55.08% from 255 or 52.43% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8C54 is #D473AB. Grayscale: #686868. Windows color (decimal): -13923244 or 5540907. OLE color: 5540907.

HSL color Cylindrical-coordinate representation of color #2B8C54: hue angle of 145.36º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8C54 is Cyan = 0.69, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.

Color convert

RGB4314084-
CMYK0.6900.40.45
HSL145.36º53.01%35.88%-
HSV(B)145.36º69.29%54.9%-
XYZ11.9719.9111.6-
YUV104.61116.3684.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.10%
GREEN value IS 140 (55.08% from 255) = 52.43%
BLUE value IS 84 (33.20% from 255) = 31.46%
R=16.10%
G=52.43%
B=31.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43140840.6900.40.45145.3653.0135.88
Hex2B8C54450282D913524
Octal53214124105050552216544
Binary1010111000110010101001000101010100010110110010001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b8c54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,140,84); }

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

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

 a { background-color: rgb(43,140,84); }

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

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

 span { border-color: rgb(43,140,84); }

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