Html Css Color HEX #013812 British Racing Green

📋 copy color: '#013812'

red 1 ◦ green 56 ◦ blue 18

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

Shades of British Racing Green #013812

Tints of British Racing Green #013812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 74.67%

 BLUE value IS 18 (7.42% from 255) = 24%

R = 1.33%
G = 74.67%
B = 24%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#013812 (or 0x013812) is known color: British Racing Green. HEX triplet: 01, 38 and 12. RGB value is (1,56,18). Sum of RGB (Red+Green+Blue) = 1+56+18=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 56 (22.27% from 255 or 74.67% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 56 - color contains mainly: green. Hex color #013812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013812 is #FEC7ED. Grayscale: #232323. Windows color (decimal): -16697326 or 1193985. OLE color: 1193985.

HSL color Cylindrical-coordinate representation of color #013812: hue angle of 138.55º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013812 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 56 18 -
CMYK 0.98 0 0.68 0.78
HSL 138.55º 0.96% 0.11% -
HSV(B) 138.55º 0.98% 0.22% -
XYZ 1.54 2.88 1.05 -
YUV 35.22 118.28 103.59 -
System Red Green Blue C M Y K H S L
Decimal 1 56 18 0.98 0 0.68 0.78 138.55 0.96 0.11
Hex 1 38 12 62 0 44 4E 8B 60 B
Octal 1 70 22 142 0 104 116 213 140 13
Binary 1 111000 10010 1100010 0 1000100 1001110 10001011 1100000 1011

Color Harmonies of #013812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013812

Black with #013812

Text Example


Text Example

White with #013812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013812; }

 p { color: rgb(1,56,18); }

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

background-color css

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

 a { background-color: rgb(1,56,18); }

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

border-color css

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

 span { border-color: rgb(1,56,18); }

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