Html Css Color HEX #1A7A40 Dark Spring Green

📋 copy color: '#1A7A40'

red 26 ◦ green 122 ◦ blue 64

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

Shades of Dark Spring Green #1A7A40

Tints of Dark Spring Green #1A7A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.19%

R = 12.26%
G = 57.55%
B = 30.19%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#1A7A40 (or 0x1A7A40) is known color: Dark Spring Green. HEX triplet: 1A, 7A and 40. RGB value is (26,122,64). Sum of RGB (Red+Green+Blue) = 26+122+64=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 122 (48.05% from 255 or 57.55% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 122 - color contains mainly: green. Hex color #1A7A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7A40 is #E585BF. Grayscale: #565656. Windows color (decimal): -15041984 or 4225562. OLE color: 4225562.

HSL color Cylindrical-coordinate representation of color #1A7A40: hue angle of 143.75º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7A40 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB 26 122 64 -
CMYK 0.79 0 0.48 0.52
HSL 143.75º 0.65% 0.29% -
HSV(B) 143.75º 0.79% 0.48% -
XYZ 8.31 14.51 7.21 -
YUV 86.68 115.2 84.72 -
System Red Green Blue C M Y K H S L
Decimal 26 122 64 0.79 0 0.48 0.52 143.75 0.65 0.29
Hex 1A 7A 40 4F 0 30 34 90 41 1D
Octal 32 172 100 117 0 60 64 220 101 35
Binary 11010 1111010 1000000 1001111 0 110000 110100 10010000 1000001 11101

Color Harmonies of #1A7A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7A40

Black with #1A7A40

Text Example


Text Example

White with #1A7A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,122,64); }

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

background-color css

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

 a { background-color: rgb(26,122,64); }

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

border-color css

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

 span { border-color: rgb(26,122,64); }

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