Html Css Color HEX #015427 British Racing Green

📋 copy color: '#015427'

red 1 ◦ green 84 ◦ blue 39

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

Shades of British Racing Green #015427

Tints of British Racing Green #015427

RGB

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

 GREEN value IS 84 (33.2% from 255) = 67.74%

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

R = 0.81%
G = 67.74%
B = 31.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#015427 (or 0x015427) is known color: British Racing Green. HEX triplet: 01, 54 and 27. RGB value is (1,84,39). Sum of RGB (Red+Green+Blue) = 1+84+39=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 84 (33.20% from 255 or 67.74% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 84 - color contains mainly: green. Hex color #015427 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015427 is #FEABD8. Grayscale: #363636. Windows color (decimal): -16690137 or 2577409. OLE color: 2577409.

HSL color Cylindrical-coordinate representation of color #015427: hue angle of 147.47º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015427 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 84 39 -
CMYK 0.99 0 0.54 0.67
HSL 147.47º 0.98% 0.17% -
HSV(B) 147.47º 0.99% 0.33% -
XYZ 3.55 6.49 2.99 -
YUV 54.05 119.5 90.16 -
System Red Green Blue C M Y K H S L
Decimal 1 84 39 0.99 0 0.54 0.67 147.47 0.98 0.17
Hex 1 54 27 63 0 36 43 93 62 11
Octal 1 124 47 143 0 66 103 223 142 21
Binary 1 1010100 100111 1100011 0 110110 1000011 10010011 1100010 10001

Color Harmonies of #015427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015427

Black with #015427

Text Example


Text Example

White with #015427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015427; }

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

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

background-color css

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

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

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

border-color css

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

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

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