Html Css Color HEX #1F250B Green Waterloo

📋 copy color: '#1F250B'

red 31 ◦ green 37 ◦ blue 11

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

Shades of Green Waterloo #1F250B

Tints of Green Waterloo #1F250B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 46.84%

 BLUE value IS 11 (4.69% from 255) = 13.92%

R = 39.24%
G = 46.84%
B = 13.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#1F250B (or 0x1F250B) is known color: Green Waterloo. HEX triplet: 1F, 25 and 0B. RGB value is (31,37,11). Sum of RGB (Red+Green+Blue) = 31+37+11=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 37 - color contains mainly: green. Hex color #1F250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F250B is #E0DAF4. Grayscale: #202020. Windows color (decimal): -14736117 or 730399. OLE color: 730399.

HSL color Cylindrical-coordinate representation of color #1F250B: hue angle of 73.85º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F250B is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB 31 37 11 -
CMYK 0.16 0 0.70 0.85
HSL 73.85º 0.54% 0.09% -
HSV(B) 73.85º 0.7% 0.15% -
XYZ 1.29 1.64 0.57 -
YUV 32.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 31 37 11 0.16 0 0.70 0.85 73.85 0.54 0.09
Hex 1F 25 B 10 0 46 55 4A 36 9
Octal 37 45 13 20 0 106 125 112 66 11
Binary 11111 100101 1011 10000 0 1000110 1010101 1001010 110110 1001

Color Harmonies of #1F250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F250B

Black with #1F250B

Text Example


Text Example

White with #1F250B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,37,11); }

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

background-color css

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

 a { background-color: rgb(31,37,11); }

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

border-color css

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

 span { border-color: rgb(31,37,11); }

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