Html Css Color HEX #01482C British Racing Green

📋 copy color: '#01482C'

red 1 ◦ green 72 ◦ blue 44

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

Shades of British Racing Green #01482C

Tints of British Racing Green #01482C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 61.54%

 BLUE value IS 44 (17.58% from 255) = 37.61%

R = 0.85%
G = 61.54%
B = 37.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#01482C (or 0x01482C) is known color: British Racing Green. HEX triplet: 01, 48 and 2C. RGB value is (1,72,44). Sum of RGB (Red+Green+Blue) = 1+72+44=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #01482C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01482C is #FEB7D3. Grayscale: #2F2F2F. Windows color (decimal): -16693204 or 2902017. OLE color: 2902017.

HSL color Cylindrical-coordinate representation of color #01482C: hue angle of 156.34º 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 #01482C is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 72 44 -
CMYK 0.99 0 0.39 0.72
HSL 156.34º 0.97% 0.14% -
HSV(B) 156.34º 0.99% 0.28% -
XYZ 2.78 4.82 3.17 -
YUV 47.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 1 72 44 0.99 0 0.39 0.72 156.34 0.97 0.14
Hex 1 48 2C 63 0 27 48 9C 61 E
Octal 1 110 54 143 0 47 110 234 141 16
Binary 1 1001000 101100 1100011 0 100111 1001000 10011100 1100001 1110

Color Harmonies of #01482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01482C

Black with #01482C

Text Example


Text Example

White with #01482C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01482C;
 }
 .AnyTagClassName
 {
   color: #01482C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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