Html Css Color HEX #2D885A Sea Green

📋 copy color: '#2D885A'

red 45 ◦ green 136 ◦ blue 90

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

Shades of Sea Green #2D885A

Tints of Sea Green #2D885A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.21%

R = 16.61%
G = 50.18%
B = 33.21%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#2D885A (or 0x2D885A) is known color: Sea Green. HEX triplet: 2D, 88 and 5A. RGB value is (45,136,90). Sum of RGB (Red+Green+Blue) = 45+136+90=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #2D885A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D885A is #D277A5. Grayscale: #676767. Windows color (decimal): -13793190 or 5933101. OLE color: 5933101.

HSL color Cylindrical-coordinate representation of color #2D885A: hue angle of 149.67º 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 #2D885A is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 45 136 90 -
CMYK 0.67 0 0.34 0.47
HSL 149.67º 0.5% 0.35% -
HSV(B) 149.67º 0.67% 0.53% -
XYZ 11.73 18.9 12.7 -
YUV 103.55 120.35 86.24 -
System Red Green Blue C M Y K H S L
Decimal 45 136 90 0.67 0 0.34 0.47 149.67 0.5 0.35
Hex 2D 88 5A 43 0 22 2F 96 32 23
Octal 55 210 132 103 0 42 57 226 62 43
Binary 101101 10001000 1011010 1000011 0 100010 101111 10010110 110010 100011

Color Harmonies of #2D885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D885A

Black with #2D885A

Text Example


Text Example

White with #2D885A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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