Html Css Color HEX #1F2701 Green Waterloo

📋 copy color: '#1F2701'

red 31 ◦ green 39 ◦ blue 1

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

Shades of Green Waterloo #1F2701

Tints of Green Waterloo #1F2701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 54.93%

 BLUE value IS 1 (0.78% from 255) = 1.41%

R = 43.66%
G = 54.93%
B = 1.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#1F2701 (or 0x1F2701) is known color: Green Waterloo. HEX triplet: 1F, 27 and 01. RGB value is (31,39,1). Sum of RGB (Red+Green+Blue) = 31+39+1=71 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.66% from 71); Green value is 39 (15.62% from 255 or 54.93% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 39 - color contains mainly: green. Hex color #1F2701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2701 is #E0D8FE. Grayscale: #202020. Windows color (decimal): -14735615 or 75551. OLE color: 75551.

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

Color convert

RGB 31 39 1 -
CMYK 0.21 0 0.97 0.85
HSL 72.63º 0.95% 0.08% -
HSV(B) 72.63º 0.97% 0.15% -
XYZ 1.3 1.74 0.3 -
YUV 32.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 31 39 1 0.21 0 0.97 0.85 72.63 0.95 0.08
Hex 1F 27 1 15 0 61 55 49 5F 8
Octal 37 47 1 25 0 141 125 111 137 10
Binary 11111 100111 1 10101 0 1100001 1010101 1001001 1011111 1000

Color Harmonies of #1F2701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2701

Black with #1F2701

Text Example


Text Example

White with #1F2701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,39,1); }

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

background-color css

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

 a { background-color: rgb(31,39,1); }

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

border-color css

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

 span { border-color: rgb(31,39,1); }

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