Html Css Color HEX #1A7502 Green

📋 copy color: '#1A7502'

red 26 ◦ green 117 ◦ blue 2

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

Shades of Green #1A7502

Tints of Green #1A7502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 80.69%

 BLUE value IS 2 (1.17% from 255) = 1.38%

R = 17.93%
G = 80.69%
B = 1.38%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#1A7502 (or 0x1A7502) is known color: Green. HEX triplet: 1A, 75 and 02. RGB value is (26,117,2). Sum of RGB (Red+Green+Blue) = 26+117+2=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 117 (46.09% from 255 or 80.69% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 117 - color contains mainly: green. Hex color #1A7502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7502 is #E58AFD. Grayscale: #4D4D4D. Windows color (decimal): -15043326 or 161050. OLE color: 161050.

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

Color convert

RGB 26 117 2 -
CMYK 0.78 0 0.98 0.54
HSL 107.48º 0.97% 0.23% -
HSV(B) 107.48º 0.98% 0.46% -
XYZ 6.8 12.95 2.2 -
YUV 76.68 85.85 91.85 -
System Red Green Blue C M Y K H S L
Decimal 26 117 2 0.78 0 0.98 0.54 107.48 0.97 0.23
Hex 1A 75 2 4E 0 62 36 6B 61 17
Octal 32 165 2 116 0 142 66 153 141 27
Binary 11010 1110101 10 1001110 0 1100010 110110 1101011 1100001 10111

Color Harmonies of #1A7502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7502

Black with #1A7502

Text Example


Text Example

White with #1A7502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,117,2); }

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

background-color css

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

 a { background-color: rgb(26,117,2); }

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

border-color css

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

 span { border-color: rgb(26,117,2); }

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