Html Css Color HEX #2D944D Sea Green

📋 copy color: '#2D944D'

red 45 ◦ green 148 ◦ blue 77

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

Shades of Sea Green #2D944D

Tints of Sea Green #2D944D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.52%

R = 16.67%
G = 54.81%
B = 28.52%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#2D944D (or 0x2D944D) is known color: Sea Green. HEX triplet: 2D, 94 and 4D. RGB value is (45,148,77). Sum of RGB (Red+Green+Blue) = 45+148+77=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #2D944D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D944D is #D26BB2. Grayscale: #6D6D6D. Windows color (decimal): -13790131 or 5084205. OLE color: 5084205.

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

Color convert

RGB 45 148 77 -
CMYK 0.70 0 0.48 0.42
HSL 138.64º 0.53% 0.38% -
HSV(B) 138.64º 0.7% 0.58% -
XYZ 13.01 22.27 10.63 -
YUV 109.11 109.88 82.27 -
System Red Green Blue C M Y K H S L
Decimal 45 148 77 0.70 0 0.48 0.42 138.64 0.53 0.38
Hex 2D 94 4D 46 0 30 2A 8B 35 26
Octal 55 224 115 106 0 60 52 213 65 46
Binary 101101 10010100 1001101 1000110 0 110000 101010 10001011 110101 100110

Color Harmonies of #2D944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D944D

Black with #2D944D

Text Example


Text Example

White with #2D944D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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