#2B8652

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

Shades of Sea Green #2B8652

Tints of Sea Green #2B8652

Color information

#2B8652 (or 0x2B8652) is unknown color: approx Sea Green. HEX triplet: 2B, 86 and 52. RGB value is (43,134,82). Sum of RGB (Red+Green+Blue) = 43+134+82=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #2B8652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8652 is #D479AD. Grayscale: #646464. Windows color (decimal): -13924782 or 5408299. OLE color: 5408299.

HSL color Cylindrical-coordinate representation of color #2B8652: hue angle of 145.71º degrees, saturation: 0.51, 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 #2B8652 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB4313482-
CMYK0.6800.390.47
HSL145.71º51.41%34.71%-
HSV(B)145.71º67.91%52.55%-
XYZ11.0418.1710.91-
YUV100.86117.3586.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.60%
GREEN value IS 134 (52.73% from 255) = 51.74%
BLUE value IS 82 (32.42% from 255) = 31.66%
R=16.60%
G=51.74%
B=31.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43134820.6800.390.47145.7151.4134.71
Hex2B8652440272F923323
Octal53206122104047572226343
Binary1010111000011010100101000100010011110111110010010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,134,82); }

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

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

 a { background-color: rgb(43,134,82); }

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

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

 span { border-color: rgb(43,134,82); }

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