Html Css Color HEX #2D857A Elm

📋 copy color: '#2D857A'

red 45 ◦ green 133 ◦ blue 122

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

Shades of Elm #2D857A

Tints of Elm #2D857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.33%

 BLUE value IS 122 (48.05% from 255) = 40.67%

R = 15%
G = 44.33%
B = 40.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#2D857A (or 0x2D857A) is known color: Elm. HEX triplet: 2D, 85 and 7A. RGB value is (45,133,122). Sum of RGB (Red+Green+Blue) = 45+133+122=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #2D857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D857A is #D27A85. Grayscale: #696969. Windows color (decimal): -13793926 or 8029485. OLE color: 8029485.

HSL color Cylindrical-coordinate representation of color #2D857A: hue angle of 172.5º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D857A is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 133 122 -
CMYK 0.66 0 0.08 0.48
HSL 172.5º 0.49% 0.35% -
HSV(B) 172.5º 0.66% 0.52% -
XYZ 12.98 18.74 21.34 -
YUV 105.43 137.35 84.89 -
System Red Green Blue C M Y K H S L
Decimal 45 133 122 0.66 0 0.08 0.48 172.5 0.49 0.35
Hex 2D 85 7A 42 0 8 30 AC 31 23
Octal 55 205 172 102 0 10 60 254 61 43
Binary 101101 10000101 1111010 1000010 0 1000 110000 10101100 110001 100011

Color Harmonies of #2D857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D857A

Black with #2D857A

Text Example


Text Example

White with #2D857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,133,122); }

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

background-color css

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

 a { background-color: rgb(45,133,122); }

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

border-color css

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

 span { border-color: rgb(45,133,122); }

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