#2D835F

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

Shades of Sea Green #2D835F

Tints of Sea Green #2D835F

Color information

#2D835F (or 0x2D835F) is unknown color: approx Sea Green. HEX triplet: 2D, 83 and 5F. RGB value is (45,131,95). Sum of RGB (Red+Green+Blue) = 45+131+95=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #2D835F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D835F is #D27CA0. Grayscale: #656565. Windows color (decimal): -13794465 or 6259501. OLE color: 6259501.

HSL color Cylindrical-coordinate representation of color #2D835F: hue angle of 154.88º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D835F is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB4513195-
CMYK0.6600.270.49
HSL154.88º48.86%34.51%-
HSV(B)154.88º65.65%51.37%-
XYZ11.2617.6213.63-
YUV101.18124.5187.93-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.61%
GREEN value IS 131 (51.56% from 255) = 48.34%
BLUE value IS 95 (37.5% from 255) = 35.06%
R=16.61%
G=48.34%
B=35.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45131950.6600.270.49154.8848.8634.51
Hex2D835F4201B319b3123
Octal55203137102033612336143
Binary101101100000111011111100001001101111000110011011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D835F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,131,95); }

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

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

 a { background-color: rgb(45,131,95); }

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

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

 span { border-color: rgb(45,131,95); }

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