Html Css Color HEX #1F2400 Green Waterloo

📋 copy color: '#1F2400'

red 31 ◦ green 36 ◦ blue 0

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

Shades of Green Waterloo #1F2400

Tints of Green Waterloo #1F2400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 53.73%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.27%
G = 53.73%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#1F2400 (or 0x1F2400) is known color: Green Waterloo. HEX triplet: 1F, 24 and 00. RGB value is (31,36,0). Sum of RGB (Red+Green+Blue) = 31+36+0=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 36 (14.45% from 255 or 53.73% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 36 - color contains mainly: green. Hex color #1F2400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2400 is #E0DBFF. Grayscale: #1E1E1E. Windows color (decimal): -14736384 or 9247. OLE color: 9247.

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

Color convert

RGB 31 36 0 -
CMYK 0.14 0 1 0.86
HSL 68.33º 1% 0.07% -
HSV(B) 68.33º 1% 0.14% -
XYZ 1.2 1.55 0.24 -
YUV 30.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 31 36 0 0.14 0 1 0.86 68.33 1 0.07
Hex 1F 24 0 E 0 64 56 44 64 7
Octal 37 44 0 16 0 144 126 104 144 7
Binary 11111 100100 0 1110 0 1100100 1010110 1000100 1100100 111

Color Harmonies of #1F2400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2400

Black with #1F2400

Text Example


Text Example

White with #1F2400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,36,0); }

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

background-color css

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

 a { background-color: rgb(31,36,0); }

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

border-color css

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

 span { border-color: rgb(31,36,0); }

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