Html Css Color HEX #2D8C5F Sea Green

📋 copy color: '#2D8C5F'

red 45 ◦ green 140 ◦ blue 95

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

Shades of Sea Green #2D8C5F

Tints of Sea Green #2D8C5F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50%

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

R = 16.07%
G = 50%
B = 33.93%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#2D8C5F (or 0x2D8C5F) is known color: Sea Green. HEX triplet: 2D, 8C and 5F. RGB value is (45,140,95). Sum of RGB (Red+Green+Blue) = 45+140+95=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 140 (55.08% from 255 or 50% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 140 - color contains mainly: green. Hex color #2D8C5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8C5F is #D273A0. Grayscale: #6A6A6A. Windows color (decimal): -13792161 or 6261805. OLE color: 6261805.

HSL color Cylindrical-coordinate representation of color #2D8C5F: hue angle of 151.58º degrees, saturation: 0.51, 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 #2D8C5F is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 140 95 -
CMYK 0.68 0 0.32 0.45
HSL 151.58º 0.51% 0.36% -
HSV(B) 151.58º 0.68% 0.55% -
XYZ 12.53 20.14 14.05 -
YUV 106.47 121.53 84.16 -
System Red Green Blue C M Y K H S L
Decimal 45 140 95 0.68 0 0.32 0.45 151.58 0.51 0.36
Hex 2D 8C 5F 44 0 20 2D 98 33 24
Octal 55 214 137 104 0 40 55 230 63 44
Binary 101101 10001100 1011111 1000100 0 100000 101101 10011000 110011 100100

Color Harmonies of #2D8C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8C5F

Black with #2D8C5F

Text Example


Text Example

White with #2D8C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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