Html Css Color HEX #1C5015 Myrtle

📋 copy color: '#1C5015'

red 28 ◦ green 80 ◦ blue 21

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

Shades of Myrtle #1C5015

Tints of Myrtle #1C5015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 62.02%

 BLUE value IS 21 (8.59% from 255) = 16.28%

R = 21.71%
G = 62.02%
B = 16.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#1C5015 (or 0x1C5015) is known color: Myrtle. HEX triplet: 1C, 50 and 15. RGB value is (28,80,21). Sum of RGB (Red+Green+Blue) = 28+80+21=129 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.71% from 129); Green value is 80 (31.64% from 255 or 62.02% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 80 - color contains mainly: green. Hex color #1C5015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5015 is #E3AFEA. Grayscale: #393939. Windows color (decimal): -14921707 or 1396764. OLE color: 1396764.

HSL color Cylindrical-coordinate representation of color #1C5015: hue angle of 112.88º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C5015 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 28 80 21 -
CMYK 0.65 0 0.74 0.69
HSL 112.88º 0.58% 0.2% -
HSV(B) 112.88º 0.74% 0.31% -
XYZ 3.48 6.04 1.69 -
YUV 57.73 107.27 106.8 -
System Red Green Blue C M Y K H S L
Decimal 28 80 21 0.65 0 0.74 0.69 112.88 0.58 0.2
Hex 1C 50 15 41 0 4A 45 71 3A 14
Octal 34 120 25 101 0 112 105 161 72 24
Binary 11100 1010000 10101 1000001 0 1001010 1000101 1110001 111010 10100

Color Harmonies of #1C5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5015

Black with #1C5015

Text Example


Text Example

White with #1C5015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,80,21); }

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

background-color css

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

 a { background-color: rgb(28,80,21); }

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

border-color css

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

 span { border-color: rgb(28,80,21); }

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