#2B9840

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

Shades of Sea Green #2B9840

Tints of Sea Green #2B9840

Color information

#2B9840 (or 0x2B9840) is unknown color: approx Sea Green. HEX triplet: 2B, 98 and 40. RGB value is (43,152,64). Sum of RGB (Red+Green+Blue) = 43+152+64=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 152 (59.77% from 255 or 58.69% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 152 - color contains mainly: green. Hex color #2B9840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9840 is #D467BF. Grayscale: #6D6D6D. Windows color (decimal): -13920192 or 4233259. OLE color: 4233259.

HSL color Cylindrical-coordinate representation of color #2B9840: hue angle of 131.56º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9840 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB4315264-
CMYK0.7200.580.40
HSL131.56º55.9%38.24%-
HSV(B)131.56º71.71%59.61%-
XYZ13.1523.348.66-
YUV109.38102.3980.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.60%
GREEN value IS 152 (59.77% from 255) = 58.69%
BLUE value IS 64 (25.39% from 255) = 24.71%
R=16.60%
G=58.69%
B=24.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43152640.7200.580.40131.5655.938.24
Hex2B98404803A28843826
Octal53230100110072502047046
Binary1010111001100010000001001000011101010100010000100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,152,64); }

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

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

 a { background-color: rgb(43,152,64); }

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

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

 span { border-color: rgb(43,152,64); }

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