Html Css Color HEX #2D875F Sea Green

📋 copy color: '#2D875F'

red 45 ◦ green 135 ◦ blue 95

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

Shades of Sea Green #2D875F

Tints of Sea Green #2D875F

RGB

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

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

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

R = 16.36%
G = 49.09%
B = 34.55%

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

#2D875F (or 0x2D875F) is known color: Sea Green. HEX triplet: 2D, 87 and 5F. RGB value is (45,135,95). Sum of RGB (Red+Green+Blue) = 45+135+95=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #2D875F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D875F is #D278A0. Grayscale: #676767. Windows color (decimal): -13793441 or 6260525. OLE color: 6260525.

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

Color convert

RGB 45 135 95 -
CMYK 0.67 0 0.30 0.47
HSL 153.33º 0.5% 0.35% -
HSV(B) 153.33º 0.67% 0.53% -
XYZ 11.81 18.71 13.82 -
YUV 103.53 123.18 86.25 -
System Red Green Blue C M Y K H S L
Decimal 45 135 95 0.67 0 0.30 0.47 153.33 0.5 0.35
Hex 2D 87 5F 43 0 1E 2F 99 32 23
Octal 55 207 137 103 0 36 57 231 62 43
Binary 101101 10000111 1011111 1000011 0 11110 101111 10011001 110010 100011

Color Harmonies of #2D875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D875F

Black with #2D875F

Text Example


Text Example

White with #2D875F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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