Html Css Color HEX #014530 British Racing Green

📋 copy color: '#014530'

red 1 ◦ green 69 ◦ blue 48

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

Shades of British Racing Green #014530

Tints of British Racing Green #014530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 40.68%

R = 0.85%
G = 58.47%
B = 40.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#014530 (or 0x014530) is known color: British Racing Green. HEX triplet: 01, 45 and 30. RGB value is (1,69,48). Sum of RGB (Red+Green+Blue) = 1+69+48=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 69 (27.34% from 255 or 58.47% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 69 - color contains mainly: green. Hex color #014530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014530 is #FEBACF. Grayscale: #2E2E2E. Windows color (decimal): -16693968 or 3163393. OLE color: 3163393.

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

Color convert

RGB 1 69 48 -
CMYK 0.99 0 0.30 0.73
HSL 161.47º 0.97% 0.14% -
HSV(B) 161.47º 0.99% 0.27% -
XYZ 2.67 4.48 3.52 -
YUV 46.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 1 69 48 0.99 0 0.30 0.73 161.47 0.97 0.14
Hex 1 45 30 63 0 1E 49 A1 61 E
Octal 1 105 60 143 0 36 111 241 141 16
Binary 1 1000101 110000 1100011 0 11110 1001001 10100001 1100001 1110

Color Harmonies of #014530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014530

Black with #014530

Text Example


Text Example

White with #014530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014530; }

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

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

background-color css

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

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

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

border-color css

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

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

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