Html Css Color HEX #2D8456 Sea Green

📋 copy color: '#2D8456'

red 45 ◦ green 132 ◦ blue 86

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

Shades of Sea Green #2D8456

Tints of Sea Green #2D8456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.7%

R = 17.11%
G = 50.19%
B = 32.7%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#2D8456 (or 0x2D8456) is known color: Sea Green. HEX triplet: 2D, 84 and 56. RGB value is (45,132,86). Sum of RGB (Red+Green+Blue) = 45+132+86=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #2D8456 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8456 is #D27BA9. Grayscale: #646464. Windows color (decimal): -13794218 or 5669933. OLE color: 5669933.

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

Color convert

RGB 45 132 86 -
CMYK 0.66 0 0.35 0.48
HSL 148.28º 0.49% 0.35% -
HSV(B) 148.28º 0.66% 0.52% -
XYZ 11.01 17.73 11.65 -
YUV 100.74 119.68 88.24 -
System Red Green Blue C M Y K H S L
Decimal 45 132 86 0.66 0 0.35 0.48 148.28 0.49 0.35
Hex 2D 84 56 42 0 23 30 94 31 23
Octal 55 204 126 102 0 43 60 224 61 43
Binary 101101 10000100 1010110 1000010 0 100011 110000 10010100 110001 100011

Color Harmonies of #2D8456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8456

Black with #2D8456

Text Example


Text Example

White with #2D8456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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