Html Css Color HEX #1C1F09 Green Waterloo

📋 copy color: '#1C1F09'

red 28 ◦ green 31 ◦ blue 9

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

Shades of Green Waterloo #1C1F09

Tints of Green Waterloo #1C1F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 13.24%

R = 41.18%
G = 45.59%
B = 13.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.88

RGB Variations

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

Color information

#1C1F09 (or 0x1C1F09) is known color: Green Waterloo. HEX triplet: 1C, 1F and 09. RGB value is (28,31,9). Sum of RGB (Red+Green+Blue) = 28+31+9=68 (9% of max value = 765). Red value is 28 (11.33% from 255 or 41.18% from 68); Green value is 31 (12.5% from 255 or 45.59% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 31 - color contains mainly: green. Hex color #1C1F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1F09 is #E3E0F6. Grayscale: #1B1B1B. Windows color (decimal): -14934263 or 597788. OLE color: 597788.

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

Color convert

RGB 28 31 9 -
CMYK 0.10 0 0.71 0.88
HSL 68.18º 0.55% 0.08% -
HSV(B) 68.18º 0.71% 0.12% -
XYZ 1.02 1.25 0.45 -
YUV 27.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 28 31 9 0.10 0 0.71 0.88 68.18 0.55 0.08
Hex 1C 1F 9 A 0 47 58 44 37 8
Octal 34 37 11 12 0 107 130 104 67 10
Binary 11100 11111 1001 1010 0 1000111 1011000 1000100 110111 1000

Color Harmonies of #1C1F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1F09

Black with #1C1F09

Text Example


Text Example

White with #1C1F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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