Html Css Color HEX #2D875E Sea Green

📋 copy color: '#2D875E'

red 45 ◦ green 135 ◦ blue 94

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

Shades of Sea Green #2D875E

Tints of Sea Green #2D875E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.27%

 BLUE value IS 94 (37.11% from 255) = 34.31%

R = 16.42%
G = 49.27%
B = 34.31%

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

#2D875E (or 0x2D875E) is known color: Sea Green. HEX triplet: 2D, 87 and 5E. RGB value is (45,135,94). Sum of RGB (Red+Green+Blue) = 45+135+94=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #2D875E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D875E is #D278A1. Grayscale: #676767. Windows color (decimal): -13793442 or 6194989. OLE color: 6194989.

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

Color convert

RGB 45 135 94 -
CMYK 0.67 0 0.30 0.47
HSL 152.67º 0.5% 0.35% -
HSV(B) 152.67º 0.67% 0.53% -
XYZ 11.77 18.69 13.58 -
YUV 103.42 122.68 86.33 -
System Red Green Blue C M Y K H S L
Decimal 45 135 94 0.67 0 0.30 0.47 152.67 0.5 0.35
Hex 2D 87 5E 43 0 1E 2F 99 32 23
Octal 55 207 136 103 0 36 57 231 62 43
Binary 101101 10000111 1011110 1000011 0 11110 101111 10011001 110010 100011

Color Harmonies of #2D875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D875E

Black with #2D875E

Text Example


Text Example

White with #2D875E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,135,94); }

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

background-color css

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

 a { background-color: rgb(45,135,94); }

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

border-color css

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

 span { border-color: rgb(45,135,94); }

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