Html Css Color HEX #01452E British Racing Green

📋 copy color: '#01452E'

red 1 ◦ green 69 ◦ blue 46

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

Shades of British Racing Green #01452E

Tints of British Racing Green #01452E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 39.66%

R = 0.86%
G = 59.48%
B = 39.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#01452E (or 0x01452E) is known color: British Racing Green. HEX triplet: 01, 45 and 2E. RGB value is (1,69,46). Sum of RGB (Red+Green+Blue) = 1+69+46=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 69 (27.34% from 255 or 59.48% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 69 - color contains mainly: green. Hex color #01452E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01452E is #FEBAD1. Grayscale: #2E2E2E. Windows color (decimal): -16693970 or 3032321. OLE color: 3032321.

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

Color convert

RGB 1 69 46 -
CMYK 0.99 0 0.33 0.73
HSL 159.71º 0.97% 0.14% -
HSV(B) 159.71º 0.99% 0.27% -
XYZ 2.63 4.46 3.31 -
YUV 46.05 127.97 95.87 -
System Red Green Blue C M Y K H S L
Decimal 1 69 46 0.99 0 0.33 0.73 159.71 0.97 0.14
Hex 1 45 2E 63 0 21 49 A0 61 E
Octal 1 105 56 143 0 41 111 240 141 16
Binary 1 1000101 101110 1100011 0 100001 1001001 10100000 1100001 1110

Color Harmonies of #01452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01452E

Black with #01452E

Text Example


Text Example

White with #01452E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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