Html Css Color HEX #01412C British Racing Green

📋 copy color: '#01412C'

red 1 ◦ green 65 ◦ blue 44

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

Shades of British Racing Green #01412C

Tints of British Racing Green #01412C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 59.09%

 BLUE value IS 44 (17.58% from 255) = 40%

R = 0.91%
G = 59.09%
B = 40%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#01412C (or 0x01412C) is known color: British Racing Green. HEX triplet: 01, 41 and 2C. RGB value is (1,65,44). Sum of RGB (Red+Green+Blue) = 1+65+44=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #01412C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01412C is #FEBED3. Grayscale: #2B2B2B. Windows color (decimal): -16694996 or 2900225. OLE color: 2900225.

HSL color Cylindrical-coordinate representation of color #01412C: hue angle of 160.31º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01412C is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 65 44 -
CMYK 0.98 0 0.32 0.75
HSL 160.31º 0.97% 0.13% -
HSV(B) 160.31º 0.98% 0.25% -
XYZ 2.36 3.97 3.02 -
YUV 43.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 1 65 44 0.98 0 0.32 0.75 160.31 0.97 0.13
Hex 1 41 2C 62 0 20 4B A0 61 D
Octal 1 101 54 142 0 40 113 240 141 15
Binary 1 1000001 101100 1100010 0 100000 1001011 10100000 1100001 1101

Color Harmonies of #01412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01412C

Black with #01412C

Text Example


Text Example

White with #01412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,65,44); }

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

background-color css

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

 a { background-color: rgb(1,65,44); }

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

border-color css

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

 span { border-color: rgb(1,65,44); }

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