Html Css Color HEX #014525 British Racing Green

📋 copy color: '#014525'

red 1 ◦ green 69 ◦ blue 37

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

Shades of British Racing Green #014525

Tints of British Racing Green #014525

RGB

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

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

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

R = 0.93%
G = 64.49%
B = 34.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#014525 (or 0x014525) is known color: British Racing Green. HEX triplet: 01, 45 and 25. RGB value is (1,69,37). Sum of RGB (Red+Green+Blue) = 1+69+37=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 69 (27.34% from 255 or 64.49% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 69 - color contains mainly: green. Hex color #014525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014525 is #FEBADA. Grayscale: #2D2D2D. Windows color (decimal): -16693979 or 2442497. OLE color: 2442497.

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

Color convert

RGB 1 69 37 -
CMYK 0.99 0 0.46 0.73
HSL 151.76º 0.97% 0.14% -
HSV(B) 151.76º 0.99% 0.27% -
XYZ 2.47 4.4 2.47 -
YUV 45.02 123.47 96.6 -
System Red Green Blue C M Y K H S L
Decimal 1 69 37 0.99 0 0.46 0.73 151.76 0.97 0.14
Hex 1 45 25 63 0 2E 49 98 61 E
Octal 1 105 45 143 0 56 111 230 141 16
Binary 1 1000101 100101 1100011 0 101110 1001001 10011000 1100001 1110

Color Harmonies of #014525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014525

Black with #014525

Text Example


Text Example

White with #014525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014525; }

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

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

background-color css

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

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

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

border-color css

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

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

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