Html Css Color HEX #01431F British Racing Green

📋 copy color: '#01431F'

red 1 ◦ green 67 ◦ blue 31

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

Shades of British Racing Green #01431F

Tints of British Racing Green #01431F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 31.31%

R = 1.01%
G = 67.68%
B = 31.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.74

RGB Variations

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

Color information

#01431F (or 0x01431F) is known color: British Racing Green. HEX triplet: 01, 43 and 1F. RGB value is (1,67,31). Sum of RGB (Red+Green+Blue) = 1+67+31=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 67 (26.56% from 255 or 67.68% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 67 - color contains mainly: green. Hex color #01431F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01431F is #FEBCE0. Grayscale: #2B2B2B. Windows color (decimal): -16694497 or 2048769. OLE color: 2048769.

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

Color convert

RGB 1 67 31 -
CMYK 0.99 0 0.54 0.74
HSL 147.27º 0.97% 0.13% -
HSV(B) 147.27º 0.99% 0.26% -
XYZ 2.27 4.12 1.97 -
YUV 43.16 121.13 97.93 -
System Red Green Blue C M Y K H S L
Decimal 1 67 31 0.99 0 0.54 0.74 147.27 0.97 0.13
Hex 1 43 1F 63 0 36 4A 93 61 D
Octal 1 103 37 143 0 66 112 223 141 15
Binary 1 1000011 11111 1100011 0 110110 1001010 10010011 1100001 1101

Color Harmonies of #01431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01431F

Black with #01431F

Text Example


Text Example

White with #01431F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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