Html Css Color HEX #1F2303 Green Waterloo

📋 copy color: '#1F2303'

red 31 ◦ green 35 ◦ blue 3

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

Shades of Green Waterloo #1F2303

Tints of Green Waterloo #1F2303

RGB

 RED value IS 31 (12.5% from 255) = 44.93%

 GREEN value IS 35 (14.06% from 255) = 50.72%

 BLUE value IS 3 (1.56% from 255) = 4.35%

R = 44.93%
G = 50.72%
B = 4.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.86

RGB Variations

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

Color information

#1F2303 (or 0x1F2303) is known color: Green Waterloo. HEX triplet: 1F, 23 and 03. RGB value is (31,35,3). Sum of RGB (Red+Green+Blue) = 31+35+3=69 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.93% from 69); Green value is 35 (14.06% from 255 or 50.72% from 69); Blue value is 3 (1.56% from 255 or 4.35% from 69); Max value from RGB is 35 - color contains mainly: green. Hex color #1F2303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2303 is #E0DCFC. Grayscale: #1E1E1E. Windows color (decimal): -14736637 or 205599. OLE color: 205599.

HSL color Cylindrical-coordinate representation of color #1F2303: hue angle of 67.5º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F2303 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.86.

Color convert

RGB 31 35 3 -
CMYK 0.11 0 0.91 0.86
HSL 67.5º 0.84% 0.07% -
HSV(B) 67.5º 0.91% 0.14% -
XYZ 1.18 1.5 0.31 -
YUV 30.16 112.67 128.6 -
System Red Green Blue C M Y K H S L
Decimal 31 35 3 0.11 0 0.91 0.86 67.5 0.84 0.07
Hex 1F 23 3 B 0 5B 56 44 54 7
Octal 37 43 3 13 0 133 126 104 124 7
Binary 11111 100011 11 1011 0 1011011 1010110 1000100 1010100 111

Color Harmonies of #1F2303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2303

Black with #1F2303

Text Example


Text Example

White with #1F2303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,35,3); }

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

background-color css

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

 a { background-color: rgb(31,35,3); }

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

border-color css

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

 span { border-color: rgb(31,35,3); }

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