Html Css Color HEX #014728 British Racing Green

📋 copy color: '#014728'

red 1 ◦ green 71 ◦ blue 40

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

Shades of British Racing Green #014728

Tints of British Racing Green #014728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 35.71%

R = 0.89%
G = 63.39%
B = 35.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#014728 (or 0x014728) is known color: British Racing Green. HEX triplet: 01, 47 and 28. RGB value is (1,71,40). Sum of RGB (Red+Green+Blue) = 1+71+40=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 71 (28.12% from 255 or 63.39% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 71 - color contains mainly: green. Hex color #014728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014728 is #FEB8D7. Grayscale: #2E2E2E. Windows color (decimal): -16693464 or 2639617. OLE color: 2639617.

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

Color convert

RGB 1 71 40 -
CMYK 0.99 0 0.44 0.72
HSL 153.43º 0.97% 0.14% -
HSV(B) 153.43º 0.99% 0.28% -
XYZ 2.65 4.67 2.77 -
YUV 46.54 124.31 95.52 -
System Red Green Blue C M Y K H S L
Decimal 1 71 40 0.99 0 0.44 0.72 153.43 0.97 0.14
Hex 1 47 28 63 0 2C 48 99 61 E
Octal 1 107 50 143 0 54 110 231 141 16
Binary 1 1000111 101000 1100011 0 101100 1001000 10011001 1100001 1110

Color Harmonies of #014728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014728

Black with #014728

Text Example


Text Example

White with #014728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014728; }

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

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

background-color css

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

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

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

border-color css

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

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

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