Html Css Color HEX #013F1B British Racing Green

📋 copy color: '#013F1B'

red 1 ◦ green 63 ◦ blue 27

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

Shades of British Racing Green #013F1B

Tints of British Racing Green #013F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 29.67%

R = 1.1%
G = 69.23%
B = 29.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#013F1B (or 0x013F1B) is known color: British Racing Green. HEX triplet: 01, 3F and 1B. RGB value is (1,63,27). Sum of RGB (Red+Green+Blue) = 1+63+27=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 63 (25% from 255 or 69.23% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 63 - color contains mainly: green. Hex color #013F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F1B is #FEC0E4. Grayscale: #282828. Windows color (decimal): -16695525 or 1785601. OLE color: 1785601.

HSL color Cylindrical-coordinate representation of color #013F1B: hue angle of 145.16º 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 #013F1B is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 63 27 -
CMYK 0.98 0 0.57 0.75
HSL 145.16º 0.97% 0.13% -
HSV(B) 145.16º 0.98% 0.25% -
XYZ 1.99 3.64 1.63 -
YUV 40.36 120.46 99.93 -
System Red Green Blue C M Y K H S L
Decimal 1 63 27 0.98 0 0.57 0.75 145.16 0.97 0.13
Hex 1 3F 1B 62 0 39 4B 91 61 D
Octal 1 77 33 142 0 71 113 221 141 15
Binary 1 111111 11011 1100010 0 111001 1001011 10010001 1100001 1101

Color Harmonies of #013F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F1B

Black with #013F1B

Text Example


Text Example

White with #013F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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