Html Css Color HEX #2D885F Sea Green

📋 copy color: '#2D885F'

red 45 ◦ green 136 ◦ blue 95

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

Shades of Sea Green #2D885F

Tints of Sea Green #2D885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.28%

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 16.3%
G = 49.28%
B = 34.42%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#2D885F (or 0x2D885F) is known color: Sea Green. HEX triplet: 2D, 88 and 5F. RGB value is (45,136,95). Sum of RGB (Red+Green+Blue) = 45+136+95=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #2D885F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D885F is #D277A0. Grayscale: #686868. Windows color (decimal): -13793185 or 6260781. OLE color: 6260781.

HSL color Cylindrical-coordinate representation of color #2D885F: hue angle of 152.97º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D885F is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 45 136 95 -
CMYK 0.67 0 0.30 0.47
HSL 152.97º 0.5% 0.35% -
HSV(B) 152.97º 0.67% 0.53% -
XYZ 11.95 18.99 13.86 -
YUV 104.12 122.85 85.83 -
System Red Green Blue C M Y K H S L
Decimal 45 136 95 0.67 0 0.30 0.47 152.97 0.5 0.35
Hex 2D 88 5F 43 0 1E 2F 99 32 23
Octal 55 210 137 103 0 36 57 231 62 43
Binary 101101 10001000 1011111 1000011 0 11110 101111 10011001 110010 100011

Color Harmonies of #2D885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D885F

Black with #2D885F

Text Example


Text Example

White with #2D885F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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