Html Css Color HEX #2D8954 Sea Green

📋 copy color: '#2D8954'

red 45 ◦ green 137 ◦ blue 84

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

Shades of Sea Green #2D8954

Tints of Sea Green #2D8954

RGB

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

 GREEN value IS 137 (53.91% from 255) = 51.5%

 BLUE value IS 84 (33.2% from 255) = 31.58%

R = 16.92%
G = 51.5%
B = 31.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#2D8954 (or 0x2D8954) is known color: Sea Green. HEX triplet: 2D, 89 and 54. RGB value is (45,137,84). Sum of RGB (Red+Green+Blue) = 45+137+84=266 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.92% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8954 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8954 is #D276AB. Grayscale: #676767. Windows color (decimal): -13792940 or 5540141. OLE color: 5540141.

HSL color Cylindrical-coordinate representation of color #2D8954: hue angle of 145.43º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8954 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 45 137 84 -
CMYK 0.67 0 0.39 0.46
HSL 145.43º 0.51% 0.36% -
HSV(B) 145.43º 0.67% 0.54% -
XYZ 11.63 19.09 11.46 -
YUV 103.45 117.02 86.31 -
System Red Green Blue C M Y K H S L
Decimal 45 137 84 0.67 0 0.39 0.46 145.43 0.51 0.36
Hex 2D 89 54 43 0 27 2E 91 33 24
Octal 55 211 124 103 0 47 56 221 63 44
Binary 101101 10001001 1010100 1000011 0 100111 101110 10010001 110011 100100

Color Harmonies of #2D8954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8954

Black with #2D8954

Text Example


Text Example

White with #2D8954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,137,84); }

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

background-color css

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

 a { background-color: rgb(45,137,84); }

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

border-color css

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

 span { border-color: rgb(45,137,84); }

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