Html Css Color HEX #2D9450 Sea Green

📋 copy color: '#2D9450'

red 45 ◦ green 148 ◦ blue 80

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

Shades of Sea Green #2D9450

Tints of Sea Green #2D9450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.21%

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

R = 16.48%
G = 54.21%
B = 29.3%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#2D9450 (or 0x2D9450) is known color: Sea Green. HEX triplet: 2D, 94 and 50. RGB value is (45,148,80). Sum of RGB (Red+Green+Blue) = 45+148+80=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #2D9450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9450 is #D26BAF. Grayscale: #6D6D6D. Windows color (decimal): -13790128 or 5280813. OLE color: 5280813.

HSL color Cylindrical-coordinate representation of color #2D9450: hue angle of 140.39º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D9450 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 45 148 80 -
CMYK 0.70 0 0.46 0.42
HSL 140.39º 0.53% 0.38% -
HSV(B) 140.39º 0.7% 0.58% -
XYZ 13.12 22.32 11.21 -
YUV 109.45 111.38 82.03 -
System Red Green Blue C M Y K H S L
Decimal 45 148 80 0.70 0 0.46 0.42 140.39 0.53 0.38
Hex 2D 94 50 46 0 2E 2A 8C 35 26
Octal 55 224 120 106 0 56 52 214 65 46
Binary 101101 10010100 1010000 1000110 0 101110 101010 10001100 110101 100110

Color Harmonies of #2D9450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9450

Black with #2D9450

Text Example


Text Example

White with #2D9450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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