Html Css Color HEX #01452C British Racing Green

📋 copy color: '#01452C'

red 1 ◦ green 69 ◦ blue 44

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

Shades of British Racing Green #01452C

Tints of British Racing Green #01452C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 60.53%

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

R = 0.88%
G = 60.53%
B = 38.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.73

RGB Variations

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

Color information

#01452C (or 0x01452C) is known color: British Racing Green. HEX triplet: 01, 45 and 2C. RGB value is (1,69,44). Sum of RGB (Red+Green+Blue) = 1+69+44=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 69 (27.34% from 255 or 60.53% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 69 - color contains mainly: green. Hex color #01452C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01452C is #FEBAD3. Grayscale: #2D2D2D. Windows color (decimal): -16693972 or 2901249. OLE color: 2901249.

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

Color convert

RGB 1 69 44 -
CMYK 0.99 0 0.36 0.73
HSL 157.94º 0.97% 0.14% -
HSV(B) 157.94º 0.99% 0.27% -
XYZ 2.6 4.44 3.1 -
YUV 45.82 126.97 96.03 -
System Red Green Blue C M Y K H S L
Decimal 1 69 44 0.99 0 0.36 0.73 157.94 0.97 0.14
Hex 1 45 2C 63 0 24 49 9E 61 E
Octal 1 105 54 143 0 44 111 236 141 16
Binary 1 1000101 101100 1100011 0 100100 1001001 10011110 1100001 1110

Color Harmonies of #01452C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01452C

Black with #01452C

Text Example


Text Example

White with #01452C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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