Html Css Color HEX #1C1F0B Green Waterloo

📋 copy color: '#1C1F0B'

red 28 ◦ green 31 ◦ blue 11

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

Shades of Green Waterloo #1C1F0B

Tints of Green Waterloo #1C1F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 15.71%

R = 40%
G = 44.29%
B = 15.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.88

RGB Variations

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

Color information

#1C1F0B (or 0x1C1F0B) is known color: Green Waterloo. HEX triplet: 1C, 1F and 0B. RGB value is (28,31,11). Sum of RGB (Red+Green+Blue) = 28+31+11=70 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 31 - color contains mainly: green. Hex color #1C1F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1F0B is #E3E0F4. Grayscale: #1B1B1B. Windows color (decimal): -14934261 or 728860. OLE color: 728860.

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

Color convert

RGB 28 31 11 -
CMYK 0.10 0 0.65 0.88
HSL 69º 0.48% 0.08% -
HSV(B) 69º 0.65% 0.12% -
XYZ 1.03 1.25 0.5 -
YUV 27.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 28 31 11 0.10 0 0.65 0.88 69 0.48 0.08
Hex 1C 1F B A 0 41 58 45 30 8
Octal 34 37 13 12 0 101 130 105 60 10
Binary 11100 11111 1011 1010 0 1000001 1011000 1000101 110000 1000

Color Harmonies of #1C1F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1F0B

Black with #1C1F0B

Text Example


Text Example

White with #1C1F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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