Html Css Color HEX #1C1F02 Green Waterloo

📋 copy color: '#1C1F02'

red 28 ◦ green 31 ◦ blue 2

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

Shades of Green Waterloo #1C1F02

Tints of Green Waterloo #1C1F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.28%

R = 45.9%
G = 50.82%
B = 3.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.88

RGB Variations

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

Color information

#1C1F02 (or 0x1C1F02) is known color: Green Waterloo. HEX triplet: 1C, 1F and 02. RGB value is (28,31,2). Sum of RGB (Red+Green+Blue) = 28+31+2=61 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.90% from 61); Green value is 31 (12.5% from 255 or 50.82% from 61); Blue value is 2 (1.17% from 255 or 3.28% from 61); Max value from RGB is 31 - color contains mainly: green. Hex color #1C1F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1F02 is #E3E0FD. Grayscale: #1A1A1A. Windows color (decimal): -14934270 or 139036. OLE color: 139036.

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

Color convert

RGB 28 31 2 -
CMYK 0.10 0 0.94 0.88
HSL 66.21º 0.88% 0.06% -
HSV(B) 66.21º 0.94% 0.12% -
XYZ 0.98 1.23 0.24 -
YUV 26.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 28 31 2 0.10 0 0.94 0.88 66.21 0.88 0.06
Hex 1C 1F 2 A 0 5E 58 42 58 6
Octal 34 37 2 12 0 136 130 102 130 6
Binary 11100 11111 10 1010 0 1011110 1011000 1000010 1011000 110

Color Harmonies of #1C1F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1F02

Black with #1C1F02

Text Example


Text Example

White with #1C1F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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