Html Css Color HEX #1A7401 Green

📋 copy color: '#1A7401'

red 26 ◦ green 116 ◦ blue 1

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

Shades of Green #1A7401

Tints of Green #1A7401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 81.12%

 BLUE value IS 1 (0.78% from 255) = 0.7%

R = 18.18%
G = 81.12%
B = 0.7%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#1A7401 (or 0x1A7401) is known color: Green. HEX triplet: 1A, 74 and 01. RGB value is (26,116,1). Sum of RGB (Red+Green+Blue) = 26+116+1=143 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.18% from 143); Green value is 116 (45.70% from 255 or 81.12% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 116 - color contains mainly: green. Hex color #1A7401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7401 is #E58BFE. Grayscale: #4C4C4C. Windows color (decimal): -15043583 or 95258. OLE color: 95258.

HSL color Cylindrical-coordinate representation of color #1A7401: hue angle of 106.96º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A7401 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 26 116 1 -
CMYK 0.78 0 0.99 0.55
HSL 106.96º 0.98% 0.23% -
HSV(B) 106.96º 0.99% 0.45% -
XYZ 6.68 12.71 2.13 -
YUV 75.98 85.68 92.35 -
System Red Green Blue C M Y K H S L
Decimal 26 116 1 0.78 0 0.99 0.55 106.96 0.98 0.23
Hex 1A 74 1 4E 0 63 37 6B 62 17
Octal 32 164 1 116 0 143 67 153 142 27
Binary 11010 1110100 1 1001110 0 1100011 110111 1101011 1100010 10111

Color Harmonies of #1A7401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7401

Black with #1A7401

Text Example


Text Example

White with #1A7401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,116,1); }

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

background-color css

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

 a { background-color: rgb(26,116,1); }

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

border-color css

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

 span { border-color: rgb(26,116,1); }

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