Html Css Color HEX #01432C British Racing Green

📋 copy color: '#01432C'

red 1 ◦ green 67 ◦ blue 44

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

Shades of British Racing Green #01432C

Tints of British Racing Green #01432C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 59.82%

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

R = 0.89%
G = 59.82%
B = 39.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.74

RGB Variations

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

Color information

#01432C (or 0x01432C) is known color: British Racing Green. HEX triplet: 01, 43 and 2C. RGB value is (1,67,44). Sum of RGB (Red+Green+Blue) = 1+67+44=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 67 (26.56% from 255 or 59.82% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 67 - color contains mainly: green. Hex color #01432C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01432C is #FEBCD3. Grayscale: #2C2C2C. Windows color (decimal): -16694484 or 2900737. OLE color: 2900737.

HSL color Cylindrical-coordinate representation of color #01432C: hue angle of 159.09º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01432C is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 67 44 -
CMYK 0.99 0 0.34 0.74
HSL 159.09º 0.97% 0.13% -
HSV(B) 159.09º 0.99% 0.26% -
XYZ 2.47 4.2 3.06 -
YUV 44.64 127.63 96.87 -
System Red Green Blue C M Y K H S L
Decimal 1 67 44 0.99 0 0.34 0.74 159.09 0.97 0.13
Hex 1 43 2C 63 0 22 4A 9F 61 D
Octal 1 103 54 143 0 42 112 237 141 15
Binary 1 1000011 101100 1100011 0 100010 1001010 10011111 1100001 1101

Color Harmonies of #01432C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01432C

Black with #01432C

Text Example


Text Example

White with #01432C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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