Html Css Color HEX #1F240C Green Waterloo

📋 copy color: '#1F240C'

red 31 ◦ green 36 ◦ blue 12

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

Shades of Green Waterloo #1F240C

Tints of Green Waterloo #1F240C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 15.19%

R = 39.24%
G = 45.57%
B = 15.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.86

RGB Variations

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

Color information

#1F240C (or 0x1F240C) is known color: Green Waterloo. HEX triplet: 1F, 24 and 0C. RGB value is (31,36,12). Sum of RGB (Red+Green+Blue) = 31+36+12=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 36 (14.45% from 255 or 45.57% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 36 - color contains mainly: green. Hex color #1F240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F240C is #E0DBF3. Grayscale: #1F1F1F. Windows color (decimal): -14736372 or 795679. OLE color: 795679.

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

Color convert

RGB 31 36 12 -
CMYK 0.14 0 0.67 0.86
HSL 72.5º 0.5% 0.09% -
HSV(B) 72.5º 0.67% 0.14% -
XYZ 1.26 1.58 0.59 -
YUV 31.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 31 36 12 0.14 0 0.67 0.86 72.5 0.5 0.09
Hex 1F 24 C E 0 43 56 48 32 9
Octal 37 44 14 16 0 103 126 110 62 11
Binary 11111 100100 1100 1110 0 1000011 1010110 1001000 110010 1001

Color Harmonies of #1F240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F240C

Black with #1F240C

Text Example


Text Example

White with #1F240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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