Html Css Color HEX #01402C British Racing Green

📋 copy color: '#01402C'

red 1 ◦ green 64 ◦ blue 44

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

Shades of British Racing Green #01402C

Tints of British Racing Green #01402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 58.72%

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

R = 0.92%
G = 58.72%
B = 40.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#01402C (or 0x01402C) is known color: British Racing Green. HEX triplet: 01, 40 and 2C. RGB value is (1,64,44). Sum of RGB (Red+Green+Blue) = 1+64+44=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 64 (25.39% from 255 or 58.72% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 64 - color contains mainly: green. Hex color #01402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01402C is #FEBFD3. Grayscale: #2A2A2A. Windows color (decimal): -16695252 or 2899969. OLE color: 2899969.

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

Color convert

RGB 1 64 44 -
CMYK 0.98 0 0.31 0.75
HSL 160.95º 0.97% 0.13% -
HSV(B) 160.95º 0.98% 0.25% -
XYZ 2.3 3.86 3.01 -
YUV 42.88 128.63 98.13 -
System Red Green Blue C M Y K H S L
Decimal 1 64 44 0.98 0 0.31 0.75 160.95 0.97 0.13
Hex 1 40 2C 62 0 1F 4B A1 61 D
Octal 1 100 54 142 0 37 113 241 141 15
Binary 1 1000000 101100 1100010 0 11111 1001011 10100001 1100001 1101

Color Harmonies of #01402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01402C

Black with #01402C

Text Example


Text Example

White with #01402C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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