#2B824C

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

Shades of Sea Green #2B824C

Tints of Sea Green #2B824C

Color information

#2B824C (or 0x2B824C) is unknown color: approx Sea Green. HEX triplet: 2B, 82 and 4C. RGB value is (43,130,76). Sum of RGB (Red+Green+Blue) = 43+130+76=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #2B824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B824C is #D47DB3. Grayscale: #616161. Windows color (decimal): -13925812 or 5014059. OLE color: 5014059.

HSL color Cylindrical-coordinate representation of color #2B824C: hue angle of 142.76º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B824C is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB4313076-
CMYK0.6700.420.49
HSL142.76º50.29%33.92%-
HSV(B)142.76º66.92%50.98%-
XYZ10.28179.58-
YUV97.83115.6888.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.27%
GREEN value IS 130 (51.17% from 255) = 52.21%
BLUE value IS 76 (30.08% from 255) = 30.52%
R=17.27%
G=52.21%
B=30.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43130760.6700.420.49142.7650.2933.92
Hex2B824C4302A318f3222
Octal53202114103052612176242
Binary1010111000001010011001000011010101011000110001111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,130,76); }

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

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

 a { background-color: rgb(43,130,76); }

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

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

 span { border-color: rgb(43,130,76); }

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