Html Css Color HEX #1F240A Green Waterloo

📋 copy color: '#1F240A'

red 31 ◦ green 36 ◦ blue 10

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

Shades of Green Waterloo #1F240A

Tints of Green Waterloo #1F240A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 12.99%

R = 40.26%
G = 46.75%
B = 12.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.86

RGB Variations

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

Color information

#1F240A (or 0x1F240A) is known color: Green Waterloo. HEX triplet: 1F, 24 and 0A. RGB value is (31,36,10). Sum of RGB (Red+Green+Blue) = 31+36+10=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 36 - color contains mainly: green. Hex color #1F240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F240A is #E0DBF5. Grayscale: #1F1F1F. Windows color (decimal): -14736374 or 664607. OLE color: 664607.

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

Color convert

RGB 31 36 10 -
CMYK 0.14 0 0.72 0.86
HSL 71.54º 0.57% 0.09% -
HSV(B) 71.54º 0.72% 0.14% -
XYZ 1.25 1.57 0.53 -
YUV 31.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 31 36 10 0.14 0 0.72 0.86 71.54 0.57 0.09
Hex 1F 24 A E 0 48 56 48 39 9
Octal 37 44 12 16 0 110 126 110 71 11
Binary 11111 100100 1010 1110 0 1001000 1010110 1001000 111001 1001

Color Harmonies of #1F240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F240A

Black with #1F240A

Text Example


Text Example

White with #1F240A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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