Html Css Color HEX #014527 British Racing Green

📋 copy color: '#014527'

red 1 ◦ green 69 ◦ blue 39

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

Shades of British Racing Green #014527

Tints of British Racing Green #014527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 35.78%

R = 0.92%
G = 63.3%
B = 35.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#014527 (or 0x014527) is known color: British Racing Green. HEX triplet: 01, 45 and 27. RGB value is (1,69,39). Sum of RGB (Red+Green+Blue) = 1+69+39=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 69 (27.34% from 255 or 63.30% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 69 - color contains mainly: green. Hex color #014527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014527 is #FEBAD8. Grayscale: #2D2D2D. Windows color (decimal): -16693977 or 2573569. OLE color: 2573569.

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

Color convert

RGB 1 69 39 -
CMYK 0.99 0 0.43 0.73
HSL 153.53º 0.97% 0.14% -
HSV(B) 153.53º 0.99% 0.27% -
XYZ 2.51 4.41 2.64 -
YUV 45.25 124.47 96.44 -
System Red Green Blue C M Y K H S L
Decimal 1 69 39 0.99 0 0.43 0.73 153.53 0.97 0.14
Hex 1 45 27 63 0 2B 49 9A 61 E
Octal 1 105 47 143 0 53 111 232 141 16
Binary 1 1000101 100111 1100011 0 101011 1001001 10011010 1100001 1110

Color Harmonies of #014527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014527

Black with #014527

Text Example


Text Example

White with #014527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014527; }

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

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

background-color css

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

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

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

border-color css

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

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

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