Html Css Color HEX #013E1F British Racing Green

📋 copy color: '#013E1F'

red 1 ◦ green 62 ◦ blue 31

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

Shades of British Racing Green #013E1F

Tints of British Racing Green #013E1F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 65.96%

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

R = 1.06%
G = 65.96%
B = 32.98%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.5

 K value IS 0.76

RGB Variations

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

Color information

#013E1F (or 0x013E1F) is known color: British Racing Green. HEX triplet: 01, 3E and 1F. RGB value is (1,62,31). Sum of RGB (Red+Green+Blue) = 1+62+31=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 62 (24.61% from 255 or 65.96% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 62 - color contains mainly: green. Hex color #013E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E1F is #FEC1E0. Grayscale: #282828. Windows color (decimal): -16695777 or 2047489. OLE color: 2047489.

HSL color Cylindrical-coordinate representation of color #013E1F: hue angle of 149.51º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013E1F is Cyan = 0.98, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 62 31 -
CMYK 0.98 0 0.5 0.76
HSL 149.51º 0.97% 0.12% -
HSV(B) 149.51º 0.98% 0.24% -
XYZ 1.98 3.55 1.88 -
YUV 40.23 122.79 100.02 -
System Red Green Blue C M Y K H S L
Decimal 1 62 31 0.98 0 0.5 0.76 149.51 0.97 0.12
Hex 1 3E 1F 62 0 32 4C 96 61 C
Octal 1 76 37 142 0 62 114 226 141 14
Binary 1 111110 11111 1100010 0 110010 1001100 10010110 1100001 1100

Color Harmonies of #013E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E1F

Black with #013E1F

Text Example


Text Example

White with #013E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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