Html Css Color HEX #1C4701 Myrtle

📋 copy color: '#1C4701'

red 28 ◦ green 71 ◦ blue 1

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

Shades of Myrtle #1C4701

Tints of Myrtle #1C4701

RGB

 RED value IS 28 (11.33% from 255) = 28%

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

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

R = 28%
G = 71%
B = 1%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#1C4701 (or 0x1C4701) is known color: Myrtle. HEX triplet: 1C, 47 and 01. RGB value is (28,71,1). Sum of RGB (Red+Green+Blue) = 28+71+1=100 (13% of max value = 765). Red value is 28 (11.33% from 255 or 28% from 100); Green value is 71 (28.12% from 255 or 71% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 71 - color contains mainly: green. Hex color #1C4701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4701 is #E3B8FE. Grayscale: #323232. Windows color (decimal): -14924031 or 83740. OLE color: 83740.

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

Color convert

RGB 28 71 1 -
CMYK 0.61 0 0.99 0.72
HSL 96.86º 0.97% 0.14% -
HSV(B) 96.86º 0.99% 0.28% -
XYZ 2.74 4.76 0.8 -
YUV 50.16 100.25 112.19 -
System Red Green Blue C M Y K H S L
Decimal 28 71 1 0.61 0 0.99 0.72 96.86 0.97 0.14
Hex 1C 47 1 3D 0 63 48 61 61 E
Octal 34 107 1 75 0 143 110 141 141 16
Binary 11100 1000111 1 111101 0 1100011 1001000 1100001 1100001 1110

Color Harmonies of #1C4701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4701

Black with #1C4701

Text Example


Text Example

White with #1C4701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,71,1); }

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

background-color css

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

 a { background-color: rgb(28,71,1); }

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

border-color css

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

 span { border-color: rgb(28,71,1); }

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