Html Css Color HEX #01452D British Racing Green

📋 copy color: '#01452D'

red 1 ◦ green 69 ◦ blue 45

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

Shades of British Racing Green #01452D

Tints of British Racing Green #01452D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 39.13%

R = 0.87%
G = 60%
B = 39.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.73

RGB Variations

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

Color information

#01452D (or 0x01452D) is known color: British Racing Green. HEX triplet: 01, 45 and 2D. RGB value is (1,69,45). Sum of RGB (Red+Green+Blue) = 1+69+45=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 69 (27.34% from 255 or 60% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 69 - color contains mainly: green. Hex color #01452D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01452D is #FEBAD2. Grayscale: #2D2D2D. Windows color (decimal): -16693971 or 2966785. OLE color: 2966785.

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

Color convert

RGB 1 69 45 -
CMYK 0.99 0 0.35 0.73
HSL 158.82º 0.97% 0.14% -
HSV(B) 158.82º 0.99% 0.27% -
XYZ 2.61 4.45 3.2 -
YUV 45.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 1 69 45 0.99 0 0.35 0.73 158.82 0.97 0.14
Hex 1 45 2D 63 0 23 49 9F 61 E
Octal 1 105 55 143 0 43 111 237 141 16
Binary 1 1000101 101101 1100011 0 100011 1001001 10011111 1100001 1110

Color Harmonies of #01452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01452D

Black with #01452D

Text Example


Text Example

White with #01452D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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