Html Css Color HEX #1C1F08 Green Waterloo

📋 copy color: '#1C1F08'

red 28 ◦ green 31 ◦ blue 8

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

Shades of Green Waterloo #1C1F08

Tints of Green Waterloo #1C1F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 11.94%

R = 41.79%
G = 46.27%
B = 11.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.88

RGB Variations

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

Color information

#1C1F08 (or 0x1C1F08) is known color: Green Waterloo. HEX triplet: 1C, 1F and 08. RGB value is (28,31,8). Sum of RGB (Red+Green+Blue) = 28+31+8=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 31 (12.5% from 255 or 46.27% from 67); Blue value is 8 (3.52% from 255 or 11.94% from 67); Max value from RGB is 31 - color contains mainly: green. Hex color #1C1F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1F08 is #E3E0F7. Grayscale: #1B1B1B. Windows color (decimal): -14934264 or 532252. OLE color: 532252.

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

Color convert

RGB 28 31 8 -
CMYK 0.10 0 0.74 0.88
HSL 67.83º 0.59% 0.08% -
HSV(B) 67.83º 0.74% 0.12% -
XYZ 1.01 1.24 0.42 -
YUV 27.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 28 31 8 0.10 0 0.74 0.88 67.83 0.59 0.08
Hex 1C 1F 8 A 0 4A 58 44 3B 8
Octal 34 37 10 12 0 112 130 104 73 10
Binary 11100 11111 1000 1010 0 1001010 1011000 1000100 111011 1000

Color Harmonies of #1C1F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1F08

Black with #1C1F08

Text Example


Text Example

White with #1C1F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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