Html Css Color HEX #2D9358 Sea Green

📋 copy color: '#2D9358'

red 45 ◦ green 147 ◦ blue 88

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

Shades of Sea Green #2D9358

Tints of Sea Green #2D9358

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.5%

 BLUE value IS 88 (34.77% from 255) = 31.43%

R = 16.07%
G = 52.5%
B = 31.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#2D9358 (or 0x2D9358) is known color: Sea Green. HEX triplet: 2D, 93 and 58. RGB value is (45,147,88). Sum of RGB (Red+Green+Blue) = 45+147+88=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #2D9358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9358 is #D26CA7. Grayscale: #6D6D6D. Windows color (decimal): -13790376 or 5804845. OLE color: 5804845.

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

Color convert

RGB 45 147 88 -
CMYK 0.69 0 0.40 0.42
HSL 145.29º 0.53% 0.38% -
HSV(B) 145.29º 0.69% 0.58% -
XYZ 13.28 22.13 12.8 -
YUV 109.78 115.71 81.8 -
System Red Green Blue C M Y K H S L
Decimal 45 147 88 0.69 0 0.40 0.42 145.29 0.53 0.38
Hex 2D 93 58 45 0 28 2A 91 35 26
Octal 55 223 130 105 0 50 52 221 65 46
Binary 101101 10010011 1011000 1000101 0 101000 101010 10010001 110101 100110

Color Harmonies of #2D9358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9358

Black with #2D9358

Text Example


Text Example

White with #2D9358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,147,88); }

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

background-color css

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

 a { background-color: rgb(45,147,88); }

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

border-color css

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

 span { border-color: rgb(45,147,88); }

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