#2B824B

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

Shades of Sea Green #2B824B

Tints of Sea Green #2B824B

Color information

#2B824B (or 0x2B824B) is unknown color: approx Sea Green. HEX triplet: 2B, 82 and 4B. RGB value is (43,130,75). Sum of RGB (Red+Green+Blue) = 43+130+75=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #2B824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B824B is #D47DB4. Grayscale: #616161. Windows color (decimal): -13925813 or 4948523. OLE color: 4948523.

HSL color Cylindrical-coordinate representation of color #2B824B: hue angle of 142.07º 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 #2B824B is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB4313075-
CMYK0.6700.420.49
HSL142.07º50.29%33.92%-
HSV(B)142.07º66.92%50.98%-
XYZ10.2516.999.4-
YUV97.72115.1888.97-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.34%
GREEN value IS 130 (51.17% from 255) = 52.42%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=17.34%
G=52.42%
B=30.24%

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
Decimal43130750.6700.420.49142.0750.2933.92
Hex2B824B4302A318e3222
Octal53202113103052612166242
Binary1010111000001010010111000011010101011000110001110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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