Html Css Color HEX #1A713D Dark Spring Green

📋 copy color: '#1A713D'

red 26 ◦ green 113 ◦ blue 61

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

Shades of Dark Spring Green #1A713D

Tints of Dark Spring Green #1A713D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 56.5%

 BLUE value IS 61 (24.22% from 255) = 30.5%

R = 13%
G = 56.5%
B = 30.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#1A713D (or 0x1A713D) is known color: Dark Spring Green. HEX triplet: 1A, 71 and 3D. RGB value is (26,113,61). Sum of RGB (Red+Green+Blue) = 26+113+61=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #1A713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A713D is #E58EC2. Grayscale: #515151. Windows color (decimal): -15044291 or 4026650. OLE color: 4026650.

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

Color convert

RGB 26 113 61 -
CMYK 0.77 0 0.46 0.56
HSL 144.14º 0.63% 0.27% -
HSV(B) 144.14º 0.77% 0.44% -
XYZ 7.17 12.37 6.42 -
YUV 81.06 116.68 88.73 -
System Red Green Blue C M Y K H S L
Decimal 26 113 61 0.77 0 0.46 0.56 144.14 0.63 0.27
Hex 1A 71 3D 4D 0 2E 38 90 3F 1B
Octal 32 161 75 115 0 56 70 220 77 33
Binary 11010 1110001 111101 1001101 0 101110 111000 10010000 111111 11011

Color Harmonies of #1A713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A713D

Black with #1A713D

Text Example


Text Example

White with #1A713D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,113,61); }

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

background-color css

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

 a { background-color: rgb(26,113,61); }

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

border-color css

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

 span { border-color: rgb(26,113,61); }

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