Html Css Color HEX #1F230B Green Waterloo

📋 copy color: '#1F230B'

red 31 ◦ green 35 ◦ blue 11

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

Shades of Green Waterloo #1F230B

Tints of Green Waterloo #1F230B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 45.45%

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

R = 40.26%
G = 45.45%
B = 14.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#1F230B (or 0x1F230B) is known color: Green Waterloo. HEX triplet: 1F, 23 and 0B. RGB value is (31,35,11). Sum of RGB (Red+Green+Blue) = 31+35+11=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 35 - color contains mainly: green. Hex color #1F230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F230B is #E0DCF4. Grayscale: #1F1F1F. Windows color (decimal): -14736629 or 729887. OLE color: 729887.

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

Color convert

RGB 31 35 11 -
CMYK 0.11 0 0.69 0.86
HSL 70º 0.52% 0.09% -
HSV(B) 70º 0.69% 0.14% -
XYZ 1.23 1.52 0.54 -
YUV 31.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 31 35 11 0.11 0 0.69 0.86 70 0.52 0.09
Hex 1F 23 B B 0 45 56 46 34 9
Octal 37 43 13 13 0 105 126 106 64 11
Binary 11111 100011 1011 1011 0 1000101 1010110 1000110 110100 1001

Color Harmonies of #1F230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F230B

Black with #1F230B

Text Example


Text Example

White with #1F230B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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