Html Css Color HEX #01431A British Racing Green

📋 copy color: '#01431A'

red 1 ◦ green 67 ◦ blue 26

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

Shades of British Racing Green #01431A

Tints of British Racing Green #01431A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 27.66%

R = 1.06%
G = 71.28%
B = 27.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#01431A (or 0x01431A) is known color: British Racing Green. HEX triplet: 01, 43 and 1A. RGB value is (1,67,26). Sum of RGB (Red+Green+Blue) = 1+67+26=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 67 (26.56% from 255 or 71.28% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 67 - color contains mainly: green. Hex color #01431A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01431A is #FEBCE5. Grayscale: #2A2A2A. Windows color (decimal): -16694502 or 1721089. OLE color: 1721089.

HSL color Cylindrical-coordinate representation of color #01431A: hue angle of 142.73º 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 #01431A is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 67 26 -
CMYK 0.99 0 0.61 0.74
HSL 142.73º 0.97% 0.13% -
HSV(B) 142.73º 0.99% 0.26% -
XYZ 2.21 4.1 1.65 -
YUV 42.59 118.63 98.33 -
System Red Green Blue C M Y K H S L
Decimal 1 67 26 0.99 0 0.61 0.74 142.73 0.97 0.13
Hex 1 43 1A 63 0 3D 4A 8F 61 D
Octal 1 103 32 143 0 75 112 217 141 15
Binary 1 1000011 11010 1100011 0 111101 1001010 10001111 1100001 1101

Color Harmonies of #01431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01431A

Black with #01431A

Text Example


Text Example

White with #01431A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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