Html Css Color HEX #01431C British Racing Green

📋 copy color: '#01431C'

red 1 ◦ green 67 ◦ blue 28

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

Shades of British Racing Green #01431C

Tints of British Racing Green #01431C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 29.17%

R = 1.04%
G = 69.79%
B = 29.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#01431C (or 0x01431C) is known color: British Racing Green. HEX triplet: 01, 43 and 1C. RGB value is (1,67,28). Sum of RGB (Red+Green+Blue) = 1+67+28=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 67 (26.56% from 255 or 69.79% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 67 - color contains mainly: green. Hex color #01431C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01431C is #FEBCE3. Grayscale: #2A2A2A. Windows color (decimal): -16694500 or 1852161. OLE color: 1852161.

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

Color convert

RGB 1 67 28 -
CMYK 0.99 0 0.58 0.74
HSL 144.55º 0.97% 0.13% -
HSV(B) 144.55º 0.99% 0.26% -
XYZ 2.23 4.1 1.77 -
YUV 42.82 119.63 98.17 -
System Red Green Blue C M Y K H S L
Decimal 1 67 28 0.99 0 0.58 0.74 144.55 0.97 0.13
Hex 1 43 1C 63 0 3A 4A 91 61 D
Octal 1 103 34 143 0 72 112 221 141 15
Binary 1 1000011 11100 1100011 0 111010 1001010 10010001 1100001 1101

Color Harmonies of #01431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01431C

Black with #01431C

Text Example


Text Example

White with #01431C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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