Html Css Color HEX #2D8278 Elm

📋 copy color: '#2D8278'

red 45 ◦ green 130 ◦ blue 120

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

Shades of Elm #2D8278

Tints of Elm #2D8278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.07%

 BLUE value IS 120 (47.27% from 255) = 40.68%

R = 15.25%
G = 44.07%
B = 40.68%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#2D8278 (or 0x2D8278) is known color: Elm. HEX triplet: 2D, 82 and 78. RGB value is (45,130,120). Sum of RGB (Red+Green+Blue) = 45+130+120=295 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.25% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #2D8278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8278 is #D27D87. Grayscale: #676767. Windows color (decimal): -13794696 or 7897645. OLE color: 7897645.

HSL color Cylindrical-coordinate representation of color #2D8278: hue angle of 172.94º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D8278 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 45 130 120 -
CMYK 0.65 0 0.08 0.49
HSL 172.94º 0.49% 0.34% -
HSV(B) 172.94º 0.65% 0.51% -
XYZ 12.45 17.88 20.56 -
YUV 103.45 137.34 86.31 -
System Red Green Blue C M Y K H S L
Decimal 45 130 120 0.65 0 0.08 0.49 172.94 0.49 0.34
Hex 2D 82 78 41 0 8 31 AD 31 22
Octal 55 202 170 101 0 10 61 255 61 42
Binary 101101 10000010 1111000 1000001 0 1000 110001 10101101 110001 100010

Color Harmonies of #2D8278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8278

Black with #2D8278

Text Example


Text Example

White with #2D8278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,130,120); }

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

background-color css

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

 a { background-color: rgb(45,130,120); }

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

border-color css

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

 span { border-color: rgb(45,130,120); }

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