Html Css Color HEX #1A7246 Dark Spring Green

📋 copy color: '#1A7246'

red 26 ◦ green 114 ◦ blue 70

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

Shades of Dark Spring Green #1A7246

Tints of Dark Spring Green #1A7246

RGB

 RED value IS 26 (10.55% from 255) = 12.38%

 GREEN value IS 114 (44.92% from 255) = 54.29%

 BLUE value IS 70 (27.73% from 255) = 33.33%

R = 12.38%
G = 54.29%
B = 33.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#1A7246 (or 0x1A7246) is known color: Dark Spring Green. HEX triplet: 1A, 72 and 46. RGB value is (26,114,70). Sum of RGB (Red+Green+Blue) = 26+114+70=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #1A7246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7246 is #E58DB9. Grayscale: #525252. Windows color (decimal): -15044026 or 4616730. OLE color: 4616730.

HSL color Cylindrical-coordinate representation of color #1A7246: hue angle of 150º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A7246 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 26 114 70 -
CMYK 0.77 0 0.39 0.55
HSL 150º 0.63% 0.27% -
HSV(B) 150º 0.77% 0.45% -
XYZ 7.55 12.7 7.85 -
YUV 82.67 120.85 87.58 -
System Red Green Blue C M Y K H S L
Decimal 26 114 70 0.77 0 0.39 0.55 150 0.63 0.27
Hex 1A 72 46 4D 0 27 37 96 3F 1B
Octal 32 162 106 115 0 47 67 226 77 33
Binary 11010 1110010 1000110 1001101 0 100111 110111 10010110 111111 11011

Color Harmonies of #1A7246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7246

Black with #1A7246

Text Example


Text Example

White with #1A7246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A7246; }

 p { color: rgb(26,114,70); }

 H1.HeaderClassName
 {
   color: #1A7246;
 }
 .AnyTagClassName
 {
   color: #1A7246;
 }
</style>

background-color css

<style>
 a { background-color: #1A7246; }

 a { background-color: rgb(26,114,70); }

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

border-color css

<style>
 span { border-color: #1A7246; }

 span { border-color: rgb(26,114,70); }

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