Html Css Color HEX #01451C British Racing Green

📋 copy color: '#01451C'

red 1 ◦ green 69 ◦ blue 28

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

Shades of British Racing Green #01451C

Tints of British Racing Green #01451C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 70.41%

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

R = 1.02%
G = 70.41%
B = 28.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#01451C (or 0x01451C) is known color: British Racing Green. HEX triplet: 01, 45 and 1C. RGB value is (1,69,28). Sum of RGB (Red+Green+Blue) = 1+69+28=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 69 (27.34% from 255 or 70.41% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 69 - color contains mainly: green. Hex color #01451C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01451C is #FEBAE3. Grayscale: #2C2C2C. Windows color (decimal): -16693988 or 1852673. OLE color: 1852673.

HSL color Cylindrical-coordinate representation of color #01451C: hue angle of 143.82º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01451C is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 69 28 -
CMYK 0.99 0 0.59 0.73
HSL 143.82º 0.97% 0.14% -
HSV(B) 143.82º 0.99% 0.27% -
XYZ 2.35 4.35 1.81 -
YUV 43.99 118.97 97.33 -
System Red Green Blue C M Y K H S L
Decimal 1 69 28 0.99 0 0.59 0.73 143.82 0.97 0.14
Hex 1 45 1C 63 0 3B 49 90 61 E
Octal 1 105 34 143 0 73 111 220 141 16
Binary 1 1000101 11100 1100011 0 111011 1001001 10010000 1100001 1110

Color Harmonies of #01451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01451C

Black with #01451C

Text Example


Text Example

White with #01451C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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