Html Css Color HEX #01442B British Racing Green

📋 copy color: '#01442B'

red 1 ◦ green 68 ◦ blue 43

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

Shades of British Racing Green #01442B

Tints of British Racing Green #01442B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 38.39%

R = 0.89%
G = 60.71%
B = 38.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.73

RGB Variations

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

Color information

#01442B (or 0x01442B) is known color: British Racing Green. HEX triplet: 01, 44 and 2B. RGB value is (1,68,43). Sum of RGB (Red+Green+Blue) = 1+68+43=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 68 (26.95% from 255 or 60.71% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 68 - color contains mainly: green. Hex color #01442B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01442B is #FEBBD4. Grayscale: #2D2D2D. Windows color (decimal): -16694229 or 2835457. OLE color: 2835457.

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

Color convert

RGB 1 68 43 -
CMYK 0.99 0 0.37 0.73
HSL 157.61º 0.97% 0.14% -
HSV(B) 157.61º 0.99% 0.27% -
XYZ 2.52 4.32 2.99 -
YUV 45.12 126.8 96.53 -
System Red Green Blue C M Y K H S L
Decimal 1 68 43 0.99 0 0.37 0.73 157.61 0.97 0.14
Hex 1 44 2B 63 0 25 49 9E 61 E
Octal 1 104 53 143 0 45 111 236 141 16
Binary 1 1000100 101011 1100011 0 100101 1001001 10011110 1100001 1110

Color Harmonies of #01442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01442B

Black with #01442B

Text Example


Text Example

White with #01442B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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