Html Css Color HEX #2D8964 Sea Green

📋 copy color: '#2D8964'

red 45 ◦ green 137 ◦ blue 100

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

Shades of Sea Green #2D8964

Tints of Sea Green #2D8964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 15.96%
G = 48.58%
B = 35.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#2D8964 (or 0x2D8964) is known color: Sea Green. HEX triplet: 2D, 89 and 64. RGB value is (45,137,100). Sum of RGB (Red+Green+Blue) = 45+137+100=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8964 is #D2769B. Grayscale: #696969. Windows color (decimal): -13792924 or 6588717. OLE color: 6588717.

HSL color Cylindrical-coordinate representation of color #2D8964: hue angle of 155.87º 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 #2D8964 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 45 137 100 -
CMYK 0.67 0 0.27 0.46
HSL 155.87º 0.51% 0.36% -
HSV(B) 155.87º 0.67% 0.54% -
XYZ 12.33 19.37 15.15 -
YUV 105.27 125.02 85.01 -
System Red Green Blue C M Y K H S L
Decimal 45 137 100 0.67 0 0.27 0.46 155.87 0.51 0.36
Hex 2D 89 64 43 0 1B 2E 9C 33 24
Octal 55 211 144 103 0 33 56 234 63 44
Binary 101101 10001001 1100100 1000011 0 11011 101110 10011100 110011 100100

Color Harmonies of #2D8964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8964

Black with #2D8964

Text Example


Text Example

White with #2D8964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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