Html Css Color HEX #2A7A70 Elm

📋 copy color: '#2A7A70'

red 42 ◦ green 122 ◦ blue 112

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

Shades of Elm #2A7A70

Tints of Elm #2A7A70

RGB

 RED value IS 42 (16.8% from 255) = 15.22%

 GREEN value IS 122 (48.05% from 255) = 44.2%

 BLUE value IS 112 (44.14% from 255) = 40.58%

R = 15.22%
G = 44.2%
B = 40.58%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#2A7A70 (or 0x2A7A70) is known color: Elm. HEX triplet: 2A, 7A and 70. RGB value is (42,122,112). Sum of RGB (Red+Green+Blue) = 42+122+112=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 122 - color contains mainly: green. Hex color #2A7A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7A70 is #D5858F. Grayscale: #606060. Windows color (decimal): -13993360 or 7371306. OLE color: 7371306.

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

Color convert

RGB 42 122 112 -
CMYK 0.66 0 0.08 0.52
HSL 172.5º 0.49% 0.32% -
HSV(B) 172.5º 0.66% 0.48% -
XYZ 10.84 15.58 17.77 -
YUV 96.94 136.5 88.81 -
System Red Green Blue C M Y K H S L
Decimal 42 122 112 0.66 0 0.08 0.52 172.5 0.49 0.32
Hex 2A 7A 70 42 0 8 34 AC 31 20
Octal 52 172 160 102 0 10 64 254 61 40
Binary 101010 1111010 1110000 1000010 0 1000 110100 10101100 110001 100000

Color Harmonies of #2A7A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7A70

Black with #2A7A70

Text Example


Text Example

White with #2A7A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,122,112); }

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

background-color css

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

 a { background-color: rgb(42,122,112); }

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

border-color css

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

 span { border-color: rgb(42,122,112); }

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