Html Css Color HEX #014625 British Racing Green

📋 copy color: '#014625'

red 1 ◦ green 70 ◦ blue 37

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

Shades of British Racing Green #014625

Tints of British Racing Green #014625

RGB

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

 GREEN value IS 70 (27.73% from 255) = 64.81%

 BLUE value IS 37 (14.84% from 255) = 34.26%

R = 0.93%
G = 64.81%
B = 34.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#014625 (or 0x014625) is known color: British Racing Green. HEX triplet: 01, 46 and 25. RGB value is (1,70,37). Sum of RGB (Red+Green+Blue) = 1+70+37=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 70 (27.73% from 255 or 64.81% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 70 - color contains mainly: green. Hex color #014625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014625 is #FEB9DA. Grayscale: #2D2D2D. Windows color (decimal): -16693723 or 2442753. OLE color: 2442753.

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

Color convert

RGB 1 70 37 -
CMYK 0.99 0 0.47 0.73
HSL 151.3º 0.97% 0.14% -
HSV(B) 151.3º 0.99% 0.27% -
XYZ 2.54 4.52 2.49 -
YUV 45.61 123.14 96.18 -
System Red Green Blue C M Y K H S L
Decimal 1 70 37 0.99 0 0.47 0.73 151.3 0.97 0.14
Hex 1 46 25 63 0 2F 49 97 61 E
Octal 1 106 45 143 0 57 111 227 141 16
Binary 1 1000110 100101 1100011 0 101111 1001001 10010111 1100001 1110

Color Harmonies of #014625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014625

Black with #014625

Text Example


Text Example

White with #014625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014625; }

 p { color: rgb(1,70,37); }

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

background-color css

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

 a { background-color: rgb(1,70,37); }

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

border-color css

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

 span { border-color: rgb(1,70,37); }

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