Html Css Color HEX #01402D British Racing Green

📋 copy color: '#01402D'

red 1 ◦ green 64 ◦ blue 45

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

Shades of British Racing Green #01402D

Tints of British Racing Green #01402D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 40.91%

R = 0.91%
G = 58.18%
B = 40.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#01402D (or 0x01402D) is known color: British Racing Green. HEX triplet: 01, 40 and 2D. RGB value is (1,64,45). Sum of RGB (Red+Green+Blue) = 1+64+45=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #01402D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01402D is #FEBFD2. Grayscale: #2B2B2B. Windows color (decimal): -16695251 or 2965505. OLE color: 2965505.

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

Color convert

RGB 1 64 45 -
CMYK 0.98 0 0.30 0.75
HSL 161.9º 0.97% 0.13% -
HSV(B) 161.9º 0.98% 0.25% -
XYZ 2.32 3.86 3.11 -
YUV 43 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 1 64 45 0.98 0 0.30 0.75 161.9 0.97 0.13
Hex 1 40 2D 62 0 1E 4B A2 61 D
Octal 1 100 55 142 0 36 113 242 141 15
Binary 1 1000000 101101 1100010 0 11110 1001011 10100010 1100001 1101

Color Harmonies of #01402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01402D

Black with #01402D

Text Example


Text Example

White with #01402D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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