Html Css Color HEX #014725 British Racing Green

📋 copy color: '#014725'

red 1 ◦ green 71 ◦ blue 37

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

Shades of British Racing Green #014725

Tints of British Racing Green #014725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 65.14%

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

R = 0.92%
G = 65.14%
B = 33.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#014725 (or 0x014725) is known color: British Racing Green. HEX triplet: 01, 47 and 25. RGB value is (1,71,37). Sum of RGB (Red+Green+Blue) = 1+71+37=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 71 (28.12% from 255 or 65.14% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 71 - color contains mainly: green. Hex color #014725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014725 is #FEB8DA. Grayscale: #2E2E2E. Windows color (decimal): -16693467 or 2443009. OLE color: 2443009.

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

Color convert

RGB 1 71 37 -
CMYK 0.99 0 0.48 0.72
HSL 150.86º 0.97% 0.14% -
HSV(B) 150.86º 0.99% 0.28% -
XYZ 2.6 4.65 2.51 -
YUV 46.19 122.81 95.76 -
System Red Green Blue C M Y K H S L
Decimal 1 71 37 0.99 0 0.48 0.72 150.86 0.97 0.14
Hex 1 47 25 63 0 30 48 97 61 E
Octal 1 107 45 143 0 60 110 227 141 16
Binary 1 1000111 100101 1100011 0 110000 1001000 10010111 1100001 1110

Color Harmonies of #014725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014725

Black with #014725

Text Example


Text Example

White with #014725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014725; }

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

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

background-color css

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

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

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

border-color css

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

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

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