Html Css Color HEX #2D9359 Sea Green

📋 copy color: '#2D9359'

red 45 ◦ green 147 ◦ blue 89

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

Shades of Sea Green #2D9359

Tints of Sea Green #2D9359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.67%

R = 16.01%
G = 52.31%
B = 31.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#2D9359 (or 0x2D9359) is known color: Sea Green. HEX triplet: 2D, 93 and 59. RGB value is (45,147,89). Sum of RGB (Red+Green+Blue) = 45+147+89=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #2D9359 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9359 is #D26CA6. Grayscale: #6E6E6E. Windows color (decimal): -13790375 or 5870381. OLE color: 5870381.

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

Color convert

RGB 45 147 89 -
CMYK 0.69 0 0.39 0.42
HSL 145.88º 0.53% 0.38% -
HSV(B) 145.88º 0.69% 0.58% -
XYZ 13.32 22.15 13.02 -
YUV 109.89 116.21 81.72 -
System Red Green Blue C M Y K H S L
Decimal 45 147 89 0.69 0 0.39 0.42 145.88 0.53 0.38
Hex 2D 93 59 45 0 27 2A 92 35 26
Octal 55 223 131 105 0 47 52 222 65 46
Binary 101101 10010011 1011001 1000101 0 100111 101010 10010010 110101 100110

Color Harmonies of #2D9359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9359

Black with #2D9359

Text Example


Text Example

White with #2D9359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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