Html Css Color HEX #2D9050 Sea Green

📋 copy color: '#2D9050'

red 45 ◦ green 144 ◦ blue 80

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

Shades of Sea Green #2D9050

Tints of Sea Green #2D9050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.53%

 BLUE value IS 80 (31.64% from 255) = 29.74%

R = 16.73%
G = 53.53%
B = 29.74%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#2D9050 (or 0x2D9050) is known color: Sea Green. HEX triplet: 2D, 90 and 50. RGB value is (45,144,80). Sum of RGB (Red+Green+Blue) = 45+144+80=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #2D9050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9050 is #D26FAF. Grayscale: #6B6B6B. Windows color (decimal): -13791152 or 5279789. OLE color: 5279789.

HSL color Cylindrical-coordinate representation of color #2D9050: hue angle of 141.21º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9050 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 45 144 80 -
CMYK 0.69 0 0.44 0.44
HSL 141.21º 0.52% 0.37% -
HSV(B) 141.21º 0.69% 0.56% -
XYZ 12.5 21.08 11 -
YUV 107.1 112.7 83.7 -
System Red Green Blue C M Y K H S L
Decimal 45 144 80 0.69 0 0.44 0.44 141.21 0.52 0.37
Hex 2D 90 50 45 0 2C 2C 8D 34 25
Octal 55 220 120 105 0 54 54 215 64 45
Binary 101101 10010000 1010000 1000101 0 101100 101100 10001101 110100 100101

Color Harmonies of #2D9050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9050

Black with #2D9050

Text Example


Text Example

White with #2D9050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,144,80); }

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

background-color css

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

 a { background-color: rgb(45,144,80); }

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

border-color css

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

 span { border-color: rgb(45,144,80); }

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