Html Css Color HEX #2D9446 Sea Green

📋 copy color: '#2D9446'

red 45 ◦ green 148 ◦ blue 70

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

Shades of Sea Green #2D9446

Tints of Sea Green #2D9446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.62%

R = 17.11%
G = 56.27%
B = 26.62%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#2D9446 (or 0x2D9446) is known color: Sea Green. HEX triplet: 2D, 94 and 46. RGB value is (45,148,70). Sum of RGB (Red+Green+Blue) = 45+148+70=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #2D9446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9446 is #D26BB9. Grayscale: #6C6C6C. Windows color (decimal): -13790138 or 4625453. OLE color: 4625453.

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

Color convert

RGB 45 148 70 -
CMYK 0.70 0 0.53 0.42
HSL 134.56º 0.53% 0.38% -
HSV(B) 134.56º 0.7% 0.58% -
XYZ 12.78 22.18 9.4 -
YUV 108.31 106.38 82.84 -
System Red Green Blue C M Y K H S L
Decimal 45 148 70 0.70 0 0.53 0.42 134.56 0.53 0.38
Hex 2D 94 46 46 0 35 2A 87 35 26
Octal 55 224 106 106 0 65 52 207 65 46
Binary 101101 10010100 1000110 1000110 0 110101 101010 10000111 110101 100110

Color Harmonies of #2D9446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9446

Black with #2D9446

Text Example


Text Example

White with #2D9446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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