#01452B

Color #01452B British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #01452B

Tints of British Racing Green #01452B

Color information

#01452B (or 0x01452B) is unknown color: approx British Racing Green. HEX triplet: 01, 45 and 2B. RGB value is (1,69,43). Sum of RGB (Red+Green+Blue) = 1+69+43=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 69 (27.34% from 255 or 61.06% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 69 - color contains mainly: green. Hex color #01452B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01452B is #FEBAD4. Grayscale: #2D2D2D. Windows color (decimal): -16693973 or 2835713. OLE color: 2835713.

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

Color convert

RGB16943-
CMYK0.9900.380.73
HSL157.06º97.14%13.73%-
HSV(B)157.06º98.55%27.06%-
XYZ2.584.443.01-
YUV45.7126.4796.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 69 (27.34% from 255) = 61.06%
BLUE value IS 43 (17.19% from 255) = 38.05%
R=0.88%
G=61.06%
B=38.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal169430.9900.380.73157.0697.1413.73
Hex1452B63026499d61e
Octal11055314304611123514116
Binary110001011010111100011010011010010011001110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01452B;
 }
 .AnyTagClassName
 {
   color: #01452B;
 }
</style>
background-color css

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

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

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

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

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

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