Html Css Color HEX #01472A British Racing Green

📋 copy color: '#01472A'

red 1 ◦ green 71 ◦ blue 42

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

Shades of British Racing Green #01472A

Tints of British Racing Green #01472A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 62.28%

 BLUE value IS 42 (16.8% from 255) = 36.84%

R = 0.88%
G = 62.28%
B = 36.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#01472A (or 0x01472A) is known color: British Racing Green. HEX triplet: 01, 47 and 2A. RGB value is (1,71,42). Sum of RGB (Red+Green+Blue) = 1+71+42=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 71 (28.12% from 255 or 62.28% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 71 - color contains mainly: green. Hex color #01472A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01472A is #FEB8D5. Grayscale: #2E2E2E. Windows color (decimal): -16693462 or 2770689. OLE color: 2770689.

HSL color Cylindrical-coordinate representation of color #01472A: hue angle of 155.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01472A is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 71 42 -
CMYK 0.99 0 0.41 0.72
HSL 155.14º 0.97% 0.14% -
HSV(B) 155.14º 0.99% 0.28% -
XYZ 2.68 4.68 2.95 -
YUV 46.76 125.31 95.36 -
System Red Green Blue C M Y K H S L
Decimal 1 71 42 0.99 0 0.41 0.72 155.14 0.97 0.14
Hex 1 47 2A 63 0 29 48 9B 61 E
Octal 1 107 52 143 0 51 110 233 141 16
Binary 1 1000111 101010 1100011 0 101001 1001000 10011011 1100001 1110

Color Harmonies of #01472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01472A

Black with #01472A

Text Example


Text Example

White with #01472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01472A; }

 p { color: rgb(1,71,42); }

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

background-color css

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

 a { background-color: rgb(1,71,42); }

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

border-color css

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

 span { border-color: rgb(1,71,42); }

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