Html Css Color HEX #1F2600 Green Waterloo

📋 copy color: '#1F2600'

red 31 ◦ green 38 ◦ blue 0

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

Shades of Green Waterloo #1F2600

Tints of Green Waterloo #1F2600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 55.07%

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

R = 44.93%
G = 55.07%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#1F2600 (or 0x1F2600) is known color: Green Waterloo. HEX triplet: 1F, 26 and 00. RGB value is (31,38,0). Sum of RGB (Red+Green+Blue) = 31+38+0=69 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.93% from 69); Green value is 38 (15.23% from 255 or 55.07% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 38 - color contains mainly: green. Hex color #1F2600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2600 is #E0D9FF. Grayscale: #1F1F1F. Windows color (decimal): -14735872 or 9759. OLE color: 9759.

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

Color convert

RGB 31 38 0 -
CMYK 0.18 0 1 0.85
HSL 71.05º 1% 0.07% -
HSV(B) 71.05º 1% 0.15% -
XYZ 1.26 1.68 0.26 -
YUV 31.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 31 38 0 0.18 0 1 0.85 71.05 1 0.07
Hex 1F 26 0 12 0 64 55 47 64 7
Octal 37 46 0 22 0 144 125 107 144 7
Binary 11111 100110 0 10010 0 1100100 1010101 1000111 1100100 111

Color Harmonies of #1F2600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2600

Black with #1F2600

Text Example


Text Example

White with #1F2600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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