Html Css Color HEX #1C1F05 Green Waterloo

📋 copy color: '#1C1F05'

red 28 ◦ green 31 ◦ blue 5

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

Shades of Green Waterloo #1C1F05

Tints of Green Waterloo #1C1F05

RGB

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

 GREEN value IS 31 (12.5% from 255) = 48.44%

 BLUE value IS 5 (2.34% from 255) = 7.81%

R = 43.75%
G = 48.44%
B = 7.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.88

RGB Variations

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

Color information

#1C1F05 (or 0x1C1F05) is known color: Green Waterloo. HEX triplet: 1C, 1F and 05. RGB value is (28,31,5). Sum of RGB (Red+Green+Blue) = 28+31+5=64 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.75% from 64); Green value is 31 (12.5% from 255 or 48.44% from 64); Blue value is 5 (2.34% from 255 or 7.81% from 64); Max value from RGB is 31 - color contains mainly: green. Hex color #1C1F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1F05 is #E3E0FA. Grayscale: #1B1B1B. Windows color (decimal): -14934267 or 335644. OLE color: 335644.

HSL color Cylindrical-coordinate representation of color #1C1F05: hue angle of 66.92º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C1F05 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.88.

Color convert

RGB 28 31 5 -
CMYK 0.10 0 0.84 0.88
HSL 66.92º 0.72% 0.07% -
HSV(B) 66.92º 0.84% 0.12% -
XYZ 1 1.24 0.33 -
YUV 27.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 28 31 5 0.10 0 0.84 0.88 66.92 0.72 0.07
Hex 1C 1F 5 A 0 54 58 43 48 7
Octal 34 37 5 12 0 124 130 103 110 7
Binary 11100 11111 101 1010 0 1010100 1011000 1000011 1001000 111

Color Harmonies of #1C1F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1F05

Black with #1C1F05

Text Example


Text Example

White with #1C1F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,31,5); }

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

background-color css

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

 a { background-color: rgb(28,31,5); }

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

border-color css

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

 span { border-color: rgb(28,31,5); }

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