Html Css Color HEX #1C1D0F Green Waterloo

📋 copy color: '#1C1D0F'

red 28 ◦ green 29 ◦ blue 15

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

Shades of Green Waterloo #1C1D0F

Tints of Green Waterloo #1C1D0F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 40.28%

 BLUE value IS 15 (6.25% from 255) = 20.83%

R = 38.89%
G = 40.28%
B = 20.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#1C1D0F (or 0x1C1D0F) is known color: Green Waterloo. HEX triplet: 1C, 1D and 0F. RGB value is (28,29,15). Sum of RGB (Red+Green+Blue) = 28+29+15=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 29 (11.72% from 255 or 40.28% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 29 - color contains mainly: green. Hex color #1C1D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1D0F is #E3E2F0. Grayscale: #1B1B1B. Windows color (decimal): -14934769 or 990492. OLE color: 990492.

HSL color Cylindrical-coordinate representation of color #1C1D0F: hue angle of 64.29º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1C1D0F is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 29 15 -
CMYK 0.03 0 0.48 0.89
HSL 64.29º 0.32% 0.09% -
HSV(B) 64.29º 0.48% 0.11% -
XYZ 1 1.16 0.62 -
YUV 27.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 28 29 15 0.03 0 0.48 0.89 64.29 0.32 0.09
Hex 1C 1D F 3 0 30 59 40 20 9
Octal 34 35 17 3 0 60 131 100 40 11
Binary 11100 11101 1111 11 0 110000 1011001 1000000 100000 1001

Color Harmonies of #1C1D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1D0F

Black with #1C1D0F

Text Example


Text Example

White with #1C1D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,29,15); }

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

background-color css

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

 a { background-color: rgb(28,29,15); }

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

border-color css

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

 span { border-color: rgb(28,29,15); }

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