#01482D

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

Shades of British Racing Green #01482D

Tints of British Racing Green #01482D

Color information

#01482D (or 0x01482D) is unknown color: approx British Racing Green. HEX triplet: 01, 48 and 2D. RGB value is (1,72,45). Sum of RGB (Red+Green+Blue) = 1+72+45=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 72 (28.52% from 255 or 61.02% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 72 - color contains mainly: green. Hex color #01482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01482D is #FEB7D2. Grayscale: #2F2F2F. Windows color (decimal): -16693203 or 2967553. OLE color: 2967553.

HSL color Cylindrical-coordinate representation of color #01482D: hue angle of 157.18º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01482D is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB17245-
CMYK0.9900.380.72
HSL157.18º97.26%14.31%-
HSV(B)157.18º98.61%28.24%-
XYZ2.84.833.27-
YUV47.69126.4894.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 72 (28.52% from 255) = 61.02%
BLUE value IS 45 (17.97% from 255) = 38.14%
R=0.85%
G=61.02%
B=38.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal172450.9900.380.72157.1897.2614.31
Hex1482D63026489d61e
Octal11105514304611023514116
Binary110010001011011100011010011010010001001110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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