Html Css Color HEX #1C1F0D Green Waterloo

📋 copy color: '#1C1F0D'

red 28 ◦ green 31 ◦ blue 13

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

Shades of Green Waterloo #1C1F0D

Tints of Green Waterloo #1C1F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 18.06%

R = 38.89%
G = 43.06%
B = 18.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.88

RGB Variations

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

Color information

#1C1F0D (or 0x1C1F0D) is known color: Green Waterloo. HEX triplet: 1C, 1F and 0D. RGB value is (28,31,13). Sum of RGB (Red+Green+Blue) = 28+31+13=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 31 - color contains mainly: green. Hex color #1C1F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1F0D is #E3E0F2. Grayscale: #1C1C1C. Windows color (decimal): -14934259 or 859932. OLE color: 859932.

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

Color convert

RGB 28 31 13 -
CMYK 0.10 0 0.58 0.88
HSL 70º 0.41% 0.09% -
HSV(B) 70º 0.58% 0.12% -
XYZ 1.04 1.26 0.57 -
YUV 28.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 28 31 13 0.10 0 0.58 0.88 70 0.41 0.09
Hex 1C 1F D A 0 3A 58 46 29 9
Octal 34 37 15 12 0 72 130 106 51 11
Binary 11100 11111 1101 1010 0 111010 1011000 1000110 101001 1001

Color Harmonies of #1C1F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1F0D

Black with #1C1F0D

Text Example


Text Example

White with #1C1F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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