Html Css Color HEX #2D8D55 Sea Green

📋 copy color: '#2D8D55'

red 45 ◦ green 141 ◦ blue 85

#2D8D55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #2D8D55

Tints of Sea Green #2D8D55

RGB

 RED value IS 45 (17.97% from 255) = 16.61%

 GREEN value IS 141 (55.47% from 255) = 52.03%

 BLUE value IS 85 (33.59% from 255) = 31.37%

R = 16.61%
G = 52.03%
B = 31.37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#2D8D55 (or 0x2D8D55) is known color: Sea Green. HEX triplet: 2D, 8D and 55. RGB value is (45,141,85). Sum of RGB (Red+Green+Blue) = 45+141+85=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 141 (55.47% from 255 or 52.03% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 141 - color contains mainly: green. Hex color #2D8D55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8D55 is #D272AA. Grayscale: #6A6A6A. Windows color (decimal): -13791915 or 5606701. OLE color: 5606701.

HSL color Cylindrical-coordinate representation of color #2D8D55: hue angle of 145º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8D55 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 141 85 -
CMYK 0.68 0 0.40 0.45
HSL 145º 0.52% 0.36% -
HSV(B) 145º 0.68% 0.55% -
XYZ 12.25 20.26 11.86 -
YUV 105.91 116.2 84.55 -
System Red Green Blue C M Y K H S L
Decimal 45 141 85 0.68 0 0.40 0.45 145 0.52 0.36
Hex 2D 8D 55 44 0 28 2D 91 34 24
Octal 55 215 125 104 0 50 55 221 64 44
Binary 101101 10001101 1010101 1000100 0 101000 101101 10010001 110100 100100

Color Harmonies of #2D8D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8D55

Black with #2D8D55

Text Example


Text Example

White with #2D8D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,141,85); }

 H1.HeaderClassName
 {
   color: #2D8D55;
 }
 .AnyTagClassName
 {
   color: #2D8D55;
 }
</style>

background-color css

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

 a { background-color: rgb(45,141,85); }

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

border-color css

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

 span { border-color: rgb(45,141,85); }

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