#2D834E

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

Shades of Sea Green #2D834E

Tints of Sea Green #2D834E

Color information

#2D834E (or 0x2D834E) is unknown color: approx Sea Green. HEX triplet: 2D, 83 and 4E. RGB value is (45,131,78). Sum of RGB (Red+Green+Blue) = 45+131+78=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #2D834E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D834E is #D27CB1. Grayscale: #636363. Windows color (decimal): -13794482 or 5145389. OLE color: 5145389.

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

Color convert

RGB4513178-
CMYK0.6600.400.49
HSL143.02º48.86%34.51%-
HSV(B)143.02º65.65%51.37%-
XYZ10.5717.3410-
YUV99.24116.0189.31-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.72%
GREEN value IS 131 (51.56% from 255) = 51.57%
BLUE value IS 78 (30.86% from 255) = 30.71%
R=17.72%
G=51.57%
B=30.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45131780.6600.400.49143.0248.8634.51
Hex2D834E42028318f3123
Octal55203116102050612176143
Binary1011011000001110011101000010010100011000110001111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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