Html Css Color HEX #013F1F British Racing Green

📋 copy color: '#013F1F'

red 1 ◦ green 63 ◦ blue 31

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

Shades of British Racing Green #013F1F

Tints of British Racing Green #013F1F

RGB

 RED value IS 1 (0.78% from 255) = 1.05%

 GREEN value IS 63 (25% from 255) = 66.32%

 BLUE value IS 31 (12.5% from 255) = 32.63%

R = 1.05%
G = 66.32%
B = 32.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#013F1F (or 0x013F1F) is known color: British Racing Green. HEX triplet: 01, 3F and 1F. RGB value is (1,63,31). Sum of RGB (Red+Green+Blue) = 1+63+31=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 63 (25% from 255 or 66.32% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 63 - color contains mainly: green. Hex color #013F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F1F is #FEC0E0. Grayscale: #282828. Windows color (decimal): -16695521 or 2047745. OLE color: 2047745.

HSL color Cylindrical-coordinate representation of color #013F1F: hue angle of 149.03º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013F1F is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 63 31 -
CMYK 0.98 0 0.51 0.75
HSL 149.03º 0.97% 0.13% -
HSV(B) 149.03º 0.98% 0.25% -
XYZ 2.04 3.66 1.9 -
YUV 40.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 1 63 31 0.98 0 0.51 0.75 149.03 0.97 0.13
Hex 1 3F 1F 62 0 33 4B 95 61 D
Octal 1 77 37 142 0 63 113 225 141 15
Binary 1 111111 11111 1100010 0 110011 1001011 10010101 1100001 1101

Color Harmonies of #013F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F1F

Black with #013F1F

Text Example


Text Example

White with #013F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013F1F; }

 p { color: rgb(1,63,31); }

 H1.HeaderClassName
 {
   color: #013F1F;
 }
 .AnyTagClassName
 {
   color: #013F1F;
 }
</style>

background-color css

<style>
 a { background-color: #013F1F; }

 a { background-color: rgb(1,63,31); }

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

border-color css

<style>
 span { border-color: #013F1F; }

 span { border-color: rgb(1,63,31); }

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