Html Css Color HEX #01431D British Racing Green

📋 copy color: '#01431D'

red 1 ◦ green 67 ◦ blue 29

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

Shades of British Racing Green #01431D

Tints of British Racing Green #01431D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 69.07%

 BLUE value IS 29 (11.72% from 255) = 29.9%

R = 1.03%
G = 69.07%
B = 29.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.74

RGB Variations

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

Color information

#01431D (or 0x01431D) is known color: British Racing Green. HEX triplet: 01, 43 and 1D. RGB value is (1,67,29). Sum of RGB (Red+Green+Blue) = 1+67+29=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 67 (26.56% from 255 or 69.07% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 67 - color contains mainly: green. Hex color #01431D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01431D is #FEBCE2. Grayscale: #2B2B2B. Windows color (decimal): -16694499 or 1917697. OLE color: 1917697.

HSL color Cylindrical-coordinate representation of color #01431D: hue angle of 145.45º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01431D is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 67 29 -
CMYK 0.99 0 0.57 0.74
HSL 145.45º 0.97% 0.13% -
HSV(B) 145.45º 0.99% 0.26% -
XYZ 2.24 4.11 1.84 -
YUV 42.93 120.13 98.09 -
System Red Green Blue C M Y K H S L
Decimal 1 67 29 0.99 0 0.57 0.74 145.45 0.97 0.13
Hex 1 43 1D 63 0 39 4A 91 61 D
Octal 1 103 35 143 0 71 112 221 141 15
Binary 1 1000011 11101 1100011 0 111001 1001010 10010001 1100001 1101

Color Harmonies of #01431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01431D

Black with #01431D

Text Example


Text Example

White with #01431D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,67,29); }

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

background-color css

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

 a { background-color: rgb(1,67,29); }

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

border-color css

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

 span { border-color: rgb(1,67,29); }

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