Html Css Color HEX #2C877F Elm

📋 copy color: '#2C877F'

red 44 ◦ green 135 ◦ blue 127

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

Shades of Elm #2C877F

Tints of Elm #2C877F

RGB

 RED value IS 44 (17.58% from 255) = 14.38%

 GREEN value IS 135 (53.13% from 255) = 44.12%

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

R = 14.38%
G = 44.12%
B = 41.5%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#2C877F (or 0x2C877F) is known color: Elm. HEX triplet: 2C, 87 and 7F. RGB value is (44,135,127). Sum of RGB (Red+Green+Blue) = 44+135+127=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #2C877F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C877F is #D37880. Grayscale: #6A6A6A. Windows color (decimal): -13858945 or 8357676. OLE color: 8357676.

HSL color Cylindrical-coordinate representation of color #2C877F: hue angle of 174.73º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C877F is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 44 135 127 -
CMYK 0.67 0 0.06 0.47
HSL 174.73º 0.51% 0.35% -
HSV(B) 174.73º 0.67% 0.53% -
XYZ 13.53 19.4 23.11 -
YUV 106.88 139.35 83.15 -
System Red Green Blue C M Y K H S L
Decimal 44 135 127 0.67 0 0.06 0.47 174.73 0.51 0.35
Hex 2C 87 7F 43 0 6 2F AF 33 23
Octal 54 207 177 103 0 6 57 257 63 43
Binary 101100 10000111 1111111 1000011 0 110 101111 10101111 110011 100011

Color Harmonies of #2C877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C877F

Black with #2C877F

Text Example


Text Example

White with #2C877F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,135,127); }

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

background-color css

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

 a { background-color: rgb(44,135,127); }

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

border-color css

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

 span { border-color: rgb(44,135,127); }

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