Html Css Color HEX #01441E British Racing Green

📋 copy color: '#01441E'

red 1 ◦ green 68 ◦ blue 30

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

Shades of British Racing Green #01441E

Tints of British Racing Green #01441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 68.69%

 BLUE value IS 30 (12.11% from 255) = 30.3%

R = 1.01%
G = 68.69%
B = 30.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#01441E (or 0x01441E) is known color: British Racing Green. HEX triplet: 01, 44 and 1E. RGB value is (1,68,30). Sum of RGB (Red+Green+Blue) = 1+68+30=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 68 (26.95% from 255 or 68.69% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 68 - color contains mainly: green. Hex color #01441E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01441E is #FEBBE1. Grayscale: #2B2B2B. Windows color (decimal): -16694242 or 1983489. OLE color: 1983489.

HSL color Cylindrical-coordinate representation of color #01441E: hue angle of 145.97º 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 #01441E is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 68 30 -
CMYK 0.99 0 0.56 0.73
HSL 145.97º 0.97% 0.14% -
HSV(B) 145.97º 0.99% 0.27% -
XYZ 2.31 4.23 1.92 -
YUV 43.64 120.3 97.59 -
System Red Green Blue C M Y K H S L
Decimal 1 68 30 0.99 0 0.56 0.73 145.97 0.97 0.14
Hex 1 44 1E 63 0 38 49 92 61 E
Octal 1 104 36 143 0 70 111 222 141 16
Binary 1 1000100 11110 1100011 0 111000 1001001 10010010 1100001 1110

Color Harmonies of #01441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01441E

Black with #01441E

Text Example


Text Example

White with #01441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01441E; }

 p { color: rgb(1,68,30); }

 H1.HeaderClassName
 {
   color: #01441E;
 }
 .AnyTagClassName
 {
   color: #01441E;
 }
</style>

background-color css

<style>
 a { background-color: #01441E; }

 a { background-color: rgb(1,68,30); }

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

border-color css

<style>
 span { border-color: #01441E; }

 span { border-color: rgb(1,68,30); }

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