Html Css Color HEX #2D8965 Sea Green

📋 copy color: '#2D8965'

red 45 ◦ green 137 ◦ blue 101

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

Shades of Sea Green #2D8965

Tints of Sea Green #2D8965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.69%

R = 15.9%
G = 48.41%
B = 35.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#2D8965 (or 0x2D8965) is known color: Sea Green. HEX triplet: 2D, 89 and 65. RGB value is (45,137,101). Sum of RGB (Red+Green+Blue) = 45+137+101=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8965 is #D2769A. Grayscale: #696969. Windows color (decimal): -13792923 or 6654253. OLE color: 6654253.

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

Color convert

RGB 45 137 101 -
CMYK 0.67 0 0.26 0.46
HSL 156.52º 0.51% 0.36% -
HSV(B) 156.52º 0.67% 0.54% -
XYZ 12.38 19.39 15.4 -
YUV 105.39 125.52 84.93 -
System Red Green Blue C M Y K H S L
Decimal 45 137 101 0.67 0 0.26 0.46 156.52 0.51 0.36
Hex 2D 89 65 43 0 1A 2E 9D 33 24
Octal 55 211 145 103 0 32 56 235 63 44
Binary 101101 10001001 1100101 1000011 0 11010 101110 10011101 110011 100100

Color Harmonies of #2D8965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8965

Black with #2D8965

Text Example


Text Example

White with #2D8965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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