#2B864D

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

Shades of Sea Green #2B864D

Tints of Sea Green #2B864D

Color information

#2B864D (or 0x2B864D) is unknown color: approx Sea Green. HEX triplet: 2B, 86 and 4D. RGB value is (43,134,77). Sum of RGB (Red+Green+Blue) = 43+134+77=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #2B864D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B864D is #D479B2. Grayscale: #646464. Windows color (decimal): -13924787 or 5080619. OLE color: 5080619.

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

Color convert

RGB4313477-
CMYK0.6800.430.47
HSL142.42º51.41%34.71%-
HSV(B)142.42º67.91%52.55%-
XYZ10.8618.19.94-
YUV100.29114.8587.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.93%
GREEN value IS 134 (52.73% from 255) = 52.76%
BLUE value IS 77 (30.47% from 255) = 30.31%
R=16.93%
G=52.76%
B=30.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43134770.6800.430.47142.4251.4134.71
Hex2B864D4402B2F8e3323
Octal53206115104053572166343
Binary1010111000011010011011000100010101110111110001110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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