Html Css Color HEX #01512C British Racing Green

📋 copy color: '#01512C'

red 1 ◦ green 81 ◦ blue 44

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

Shades of British Racing Green #01512C

Tints of British Racing Green #01512C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 64.29%

 BLUE value IS 44 (17.58% from 255) = 34.92%

R = 0.79%
G = 64.29%
B = 34.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#01512C (or 0x01512C) is known color: British Racing Green. HEX triplet: 01, 51 and 2C. RGB value is (1,81,44). Sum of RGB (Red+Green+Blue) = 1+81+44=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 81 (32.03% from 255 or 64.29% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 81 - color contains mainly: green. Hex color #01512C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01512C is #FEAED3. Grayscale: #343434. Windows color (decimal): -16690900 or 2904321. OLE color: 2904321.

HSL color Cylindrical-coordinate representation of color #01512C: hue angle of 152.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01512C is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 81 44 -
CMYK 0.99 0 0.46 0.68
HSL 152.25º 0.98% 0.16% -
HSV(B) 152.25º 0.99% 0.32% -
XYZ 3.41 6.07 3.38 -
YUV 52.86 123 91.01 -
System Red Green Blue C M Y K H S L
Decimal 1 81 44 0.99 0 0.46 0.68 152.25 0.98 0.16
Hex 1 51 2C 63 0 2E 44 98 62 10
Octal 1 121 54 143 0 56 104 230 142 20
Binary 1 1010001 101100 1100011 0 101110 1000100 10011000 1100010 10000

Color Harmonies of #01512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01512C

Black with #01512C

Text Example


Text Example

White with #01512C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01512C; }

 p { color: rgb(1,81,44); }

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

background-color css

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

 a { background-color: rgb(1,81,44); }

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

border-color css

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

 span { border-color: rgb(1,81,44); }

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