Html Css Color HEX #1A4702 Myrtle

📋 copy color: '#1A4702'

red 26 ◦ green 71 ◦ blue 2

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

Shades of Myrtle #1A4702

Tints of Myrtle #1A4702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 71.72%

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

R = 26.26%
G = 71.72%
B = 2.02%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#1A4702 (or 0x1A4702) is known color: Myrtle. HEX triplet: 1A, 47 and 02. RGB value is (26,71,2). Sum of RGB (Red+Green+Blue) = 26+71+2=99 (13% of max value = 765). Red value is 26 (10.55% from 255 or 26.26% from 99); Green value is 71 (28.12% from 255 or 71.72% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 71 - color contains mainly: green. Hex color #1A4702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4702 is #E5B8FD. Grayscale: #313131. Windows color (decimal): -15055102 or 149274. OLE color: 149274.

HSL color Cylindrical-coordinate representation of color #1A4702: hue angle of 99.13º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A4702 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 26 71 2 -
CMYK 0.63 0 0.97 0.72
HSL 99.13º 0.95% 0.14% -
HSV(B) 99.13º 0.97% 0.28% -
XYZ 2.69 4.73 0.83 -
YUV 49.68 101.09 111.11 -
System Red Green Blue C M Y K H S L
Decimal 26 71 2 0.63 0 0.97 0.72 99.13 0.95 0.14
Hex 1A 47 2 3F 0 61 48 63 5F E
Octal 32 107 2 77 0 141 110 143 137 16
Binary 11010 1000111 10 111111 0 1100001 1001000 1100011 1011111 1110

Color Harmonies of #1A4702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4702

Black with #1A4702

Text Example


Text Example

White with #1A4702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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