Html Css Color HEX #2D8B7F Elm

📋 copy color: '#2D8B7F'

red 45 ◦ green 139 ◦ blue 127

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

Shades of Elm #2D8B7F

Tints of Elm #2D8B7F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.69%

 BLUE value IS 127 (50% from 255) = 40.84%

R = 14.47%
G = 44.69%
B = 40.84%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#2D8B7F (or 0x2D8B7F) is known color: Elm. HEX triplet: 2D, 8B and 7F. RGB value is (45,139,127). Sum of RGB (Red+Green+Blue) = 45+139+127=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 139 - color contains mainly: green. Hex color #2D8B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8B7F is #D27480. Grayscale: #6D6D6D. Windows color (decimal): -13792385 or 8358701. OLE color: 8358701.

HSL color Cylindrical-coordinate representation of color #2D8B7F: hue angle of 172.34º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8B7F is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 139 127 -
CMYK 0.68 0 0.09 0.45
HSL 172.34º 0.51% 0.36% -
HSV(B) 172.34º 0.68% 0.55% -
XYZ 14.15 20.56 23.3 -
YUV 109.53 137.86 81.98 -
System Red Green Blue C M Y K H S L
Decimal 45 139 127 0.68 0 0.09 0.45 172.34 0.51 0.36
Hex 2D 8B 7F 44 0 9 2D AC 33 24
Octal 55 213 177 104 0 11 55 254 63 44
Binary 101101 10001011 1111111 1000100 0 1001 101101 10101100 110011 100100

Color Harmonies of #2D8B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8B7F

Black with #2D8B7F

Text Example


Text Example

White with #2D8B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,139,127); }

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

background-color css

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

 a { background-color: rgb(45,139,127); }

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

border-color css

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

 span { border-color: rgb(45,139,127); }

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