Html Css Color HEX #01442F British Racing Green

📋 copy color: '#01442F'

red 1 ◦ green 68 ◦ blue 47

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

Shades of British Racing Green #01442F

Tints of British Racing Green #01442F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 40.52%

R = 0.86%
G = 58.62%
B = 40.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#01442F (or 0x01442F) is known color: British Racing Green. HEX triplet: 01, 44 and 2F. RGB value is (1,68,47). Sum of RGB (Red+Green+Blue) = 1+68+47=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 68 (26.95% from 255 or 58.62% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 68 - color contains mainly: green. Hex color #01442F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01442F is #FEBBD0. Grayscale: #2D2D2D. Windows color (decimal): -16694225 or 3097601. OLE color: 3097601.

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

Color convert

RGB 1 68 47 -
CMYK 0.99 0 0.31 0.73
HSL 161.19º 0.97% 0.14% -
HSV(B) 161.19º 0.99% 0.27% -
XYZ 2.59 4.35 3.39 -
YUV 45.57 128.8 96.21 -
System Red Green Blue C M Y K H S L
Decimal 1 68 47 0.99 0 0.31 0.73 161.19 0.97 0.14
Hex 1 44 2F 63 0 1F 49 A1 61 E
Octal 1 104 57 143 0 37 111 241 141 16
Binary 1 1000100 101111 1100011 0 11111 1001001 10100001 1100001 1110

Color Harmonies of #01442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01442F

Black with #01442F

Text Example


Text Example

White with #01442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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