Html Css Color HEX #2D8D53 Sea Green

📋 copy color: '#2D8D53'

red 45 ◦ green 141 ◦ blue 83

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

Shades of Sea Green #2D8D53

Tints of Sea Green #2D8D53

RGB

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

 GREEN value IS 141 (55.47% from 255) = 52.42%

 BLUE value IS 83 (32.81% from 255) = 30.86%

R = 16.73%
G = 52.42%
B = 30.86%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#2D8D53 (or 0x2D8D53) is known color: Sea Green. HEX triplet: 2D, 8D and 53. RGB value is (45,141,83). Sum of RGB (Red+Green+Blue) = 45+141+83=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 141 (55.47% from 255 or 52.42% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 141 - color contains mainly: green. Hex color #2D8D53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8D53 is #D272AC. Grayscale: #696969. Windows color (decimal): -13791917 or 5475629. OLE color: 5475629.

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

Color convert

RGB 45 141 83 -
CMYK 0.68 0 0.41 0.45
HSL 143.75º 0.52% 0.36% -
HSV(B) 143.75º 0.68% 0.55% -
XYZ 12.17 20.23 11.45 -
YUV 105.68 115.2 84.72 -
System Red Green Blue C M Y K H S L
Decimal 45 141 83 0.68 0 0.41 0.45 143.75 0.52 0.36
Hex 2D 8D 53 44 0 29 2D 90 34 24
Octal 55 215 123 104 0 51 55 220 64 44
Binary 101101 10001101 1010011 1000100 0 101001 101101 10010000 110100 100100

Color Harmonies of #2D8D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8D53

Black with #2D8D53

Text Example


Text Example

White with #2D8D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,141,83); }

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

background-color css

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

 a { background-color: rgb(45,141,83); }

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

border-color css

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

 span { border-color: rgb(45,141,83); }

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