#2D834D

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

Shades of Sea Green #2D834D

Tints of Sea Green #2D834D

Color information

#2D834D (or 0x2D834D) is unknown color: approx Sea Green. HEX triplet: 2D, 83 and 4D. RGB value is (45,131,77). Sum of RGB (Red+Green+Blue) = 45+131+77=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #2D834D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D834D is #D27CB2. Grayscale: #636363. Windows color (decimal): -13794483 or 5079853. OLE color: 5079853.

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

Color convert

RGB4513177-
CMYK0.6600.410.49
HSL142.33º48.86%34.51%-
HSV(B)142.33º65.65%51.37%-
XYZ10.5417.339.81-
YUV99.13115.5189.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.79%
GREEN value IS 131 (51.56% from 255) = 51.78%
BLUE value IS 77 (30.47% from 255) = 30.43%
R=17.79%
G=51.78%
B=30.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45131770.6600.410.49142.3348.8634.51
Hex2D834D42029318e3123
Octal55203115102051612166143
Binary1011011000001110011011000010010100111000110001110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D834D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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