Html Css Color HEX #013A1F British Racing Green

📋 copy color: '#013A1F'

red 1 ◦ green 58 ◦ blue 31

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

Shades of British Racing Green #013A1F

Tints of British Racing Green #013A1F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 64.44%

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

R = 1.11%
G = 64.44%
B = 34.44%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.77

RGB Variations

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

Color information

#013A1F (or 0x013A1F) is known color: British Racing Green. HEX triplet: 01, 3A and 1F. RGB value is (1,58,31). Sum of RGB (Red+Green+Blue) = 1+58+31=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 58 (23.05% from 255 or 64.44% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 58 - color contains mainly: green. Hex color #013A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A1F is #FEC5E0. Grayscale: #252525. Windows color (decimal): -16696801 or 2046465. OLE color: 2046465.

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

Color convert

RGB 1 58 31 -
CMYK 0.98 0 0.47 0.77
HSL 151.58º 0.97% 0.12% -
HSV(B) 151.58º 0.98% 0.23% -
XYZ 1.77 3.13 1.81 -
YUV 37.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 1 58 31 0.98 0 0.47 0.77 151.58 0.97 0.12
Hex 1 3A 1F 62 0 2F 4D 98 61 C
Octal 1 72 37 142 0 57 115 230 141 14
Binary 1 111010 11111 1100010 0 101111 1001101 10011000 1100001 1100

Color Harmonies of #013A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A1F

Black with #013A1F

Text Example


Text Example

White with #013A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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