Html Css Color HEX #01482D British Racing Green

📋 copy color: '#01482D'

red 1 ◦ green 72 ◦ blue 45

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

Shades of British Racing Green #01482D

Tints of British Racing Green #01482D

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 value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#01482D (or 0x01482D) is known color: 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

RGB 1 72 45 -
CMYK 0.99 0 0.38 0.72
HSL 157.18º 0.97% 0.14% -
HSV(B) 157.18º 0.99% 0.28% -
XYZ 2.8 4.83 3.27 -
YUV 47.69 126.48 94.7 -
System Red Green Blue C M Y K H S L
Decimal 1 72 45 0.99 0 0.38 0.72 157.18 0.97 0.14
Hex 1 48 2D 63 0 26 48 9D 61 E
Octal 1 110 55 143 0 46 110 235 141 16
Binary 1 1001000 101101 1100011 0 100110 1001000 10011101 1100001 1110

Color Harmonies of #01482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01482D

Black with #01482D

Text Example


Text Example

White with #01482D

Text Example


Text Example

HTML Codes & Css Web 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>