Html Css Color HEX #2D8D52 Sea Green

📋 copy color: '#2D8D52'

red 45 ◦ green 141 ◦ blue 82

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

Shades of Sea Green #2D8D52

Tints of Sea Green #2D8D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.6%

R = 16.79%
G = 52.61%
B = 30.6%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#2D8D52 (or 0x2D8D52) is known color: Sea Green. HEX triplet: 2D, 8D and 52. RGB value is (45,141,82). Sum of RGB (Red+Green+Blue) = 45+141+82=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 141 (55.47% from 255 or 52.61% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 141 - color contains mainly: green. Hex color #2D8D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8D52 is #D272AD. Grayscale: #696969. Windows color (decimal): -13791918 or 5410093. OLE color: 5410093.

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

Color convert

RGB 45 141 82 -
CMYK 0.68 0 0.42 0.45
HSL 143.13º 0.52% 0.36% -
HSV(B) 143.13º 0.68% 0.55% -
XYZ 12.13 20.22 11.25 -
YUV 105.57 114.7 84.8 -
System Red Green Blue C M Y K H S L
Decimal 45 141 82 0.68 0 0.42 0.45 143.13 0.52 0.36
Hex 2D 8D 52 44 0 2A 2D 8F 34 24
Octal 55 215 122 104 0 52 55 217 64 44
Binary 101101 10001101 1010010 1000100 0 101010 101101 10001111 110100 100100

Color Harmonies of #2D8D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8D52

Black with #2D8D52

Text Example


Text Example

White with #2D8D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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