Html Css Color HEX #2D8458 Sea Green

📋 copy color: '#2D8458'

red 45 ◦ green 132 ◦ blue 88

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

Shades of Sea Green #2D8458

Tints of Sea Green #2D8458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.81%

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

R = 16.98%
G = 49.81%
B = 33.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#2D8458 (or 0x2D8458) is known color: Sea Green. HEX triplet: 2D, 84 and 58. RGB value is (45,132,88). Sum of RGB (Red+Green+Blue) = 45+132+88=265 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.98% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #2D8458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8458 is #D27BA7. Grayscale: #656565. Windows color (decimal): -13794216 or 5801005. OLE color: 5801005.

HSL color Cylindrical-coordinate representation of color #2D8458: hue angle of 149.66º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8458 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 132 88 -
CMYK 0.66 0 0.33 0.48
HSL 149.66º 0.49% 0.35% -
HSV(B) 149.66º 0.66% 0.52% -
XYZ 11.09 17.77 12.08 -
YUV 100.97 120.68 88.08 -
System Red Green Blue C M Y K H S L
Decimal 45 132 88 0.66 0 0.33 0.48 149.66 0.49 0.35
Hex 2D 84 58 42 0 21 30 96 31 23
Octal 55 204 130 102 0 41 60 226 61 43
Binary 101101 10000100 1011000 1000010 0 100001 110000 10010110 110001 100011

Color Harmonies of #2D8458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8458

Black with #2D8458

Text Example


Text Example

White with #2D8458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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