Html Css Color HEX #1F210B Green Waterloo

📋 copy color: '#1F210B'

red 31 ◦ green 33 ◦ blue 11

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

Shades of Green Waterloo #1F210B

Tints of Green Waterloo #1F210B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 44%

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

R = 41.33%
G = 44%
B = 14.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.87

RGB Variations

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

Color information

#1F210B (or 0x1F210B) is known color: Green Waterloo. HEX triplet: 1F, 21 and 0B. RGB value is (31,33,11). Sum of RGB (Red+Green+Blue) = 31+33+11=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 33 (13.28% from 255 or 44% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 33 - color contains mainly: green. Hex color #1F210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F210B is #E0DEF4. Grayscale: #1D1D1D. Windows color (decimal): -14737141 or 729375. OLE color: 729375.

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

Color convert

RGB 31 33 11 -
CMYK 0.06 0 0.67 0.87
HSL 65.45º 0.5% 0.09% -
HSV(B) 65.45º 0.67% 0.13% -
XYZ 1.17 1.4 0.53 -
YUV 29.89 117.34 128.79 -
System Red Green Blue C M Y K H S L
Decimal 31 33 11 0.06 0 0.67 0.87 65.45 0.5 0.09
Hex 1F 21 B 6 0 43 57 41 32 9
Octal 37 41 13 6 0 103 127 101 62 11
Binary 11111 100001 1011 110 0 1000011 1010111 1000001 110010 1001

Color Harmonies of #1F210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F210B

Black with #1F210B

Text Example


Text Example

White with #1F210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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