Html Css Color HEX #1A7007 Green

📋 copy color: '#1A7007'

red 26 ◦ green 112 ◦ blue 7

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

Shades of Green #1A7007

Tints of Green #1A7007

RGB

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

 GREEN value IS 112 (44.14% from 255) = 77.24%

 BLUE value IS 7 (3.13% from 255) = 4.83%

R = 17.93%
G = 77.24%
B = 4.83%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#1A7007 (or 0x1A7007) is known color: Green. HEX triplet: 1A, 70 and 07. RGB value is (26,112,7). Sum of RGB (Red+Green+Blue) = 26+112+7=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 112 (44.14% from 255 or 77.24% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 112 - color contains mainly: green. Hex color #1A7007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7007 is #E58FF8. Grayscale: #4A4A4A. Windows color (decimal): -15044601 or 487450. OLE color: 487450.

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

Color convert

RGB 26 112 7 -
CMYK 0.77 0 0.94 0.56
HSL 109.14º 0.88% 0.23% -
HSV(B) 109.14º 0.94% 0.44% -
XYZ 6.26 11.82 2.15 -
YUV 74.32 90.01 93.54 -
System Red Green Blue C M Y K H S L
Decimal 26 112 7 0.77 0 0.94 0.56 109.14 0.88 0.23
Hex 1A 70 7 4D 0 5E 38 6D 58 17
Octal 32 160 7 115 0 136 70 155 130 27
Binary 11010 1110000 111 1001101 0 1011110 111000 1101101 1011000 10111

Color Harmonies of #1A7007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7007

Black with #1A7007

Text Example


Text Example

White with #1A7007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,112,7); }

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

background-color css

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

 a { background-color: rgb(26,112,7); }

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

border-color css

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

 span { border-color: rgb(26,112,7); }

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