Html Css Color HEX #015432 British Racing Green

📋 copy color: '#015432'

red 1 ◦ green 84 ◦ blue 50

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

Shades of British Racing Green #015432

Tints of British Racing Green #015432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 37.04%

R = 0.74%
G = 62.22%
B = 37.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#015432 (or 0x015432) is known color: British Racing Green. HEX triplet: 01, 54 and 32. RGB value is (1,84,50). Sum of RGB (Red+Green+Blue) = 1+84+50=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 84 (33.20% from 255 or 62.22% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 84 - color contains mainly: green. Hex color #015432 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015432 is #FEABCD. Grayscale: #373737. Windows color (decimal): -16690126 or 3298305. OLE color: 3298305.

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

Color convert

RGB 1 84 50 -
CMYK 0.99 0 0.40 0.67
HSL 155.42º 0.98% 0.17% -
HSV(B) 155.42º 0.99% 0.33% -
XYZ 3.76 6.58 4.09 -
YUV 55.31 125 89.26 -
System Red Green Blue C M Y K H S L
Decimal 1 84 50 0.99 0 0.40 0.67 155.42 0.98 0.17
Hex 1 54 32 63 0 28 43 9B 62 11
Octal 1 124 62 143 0 50 103 233 142 21
Binary 1 1010100 110010 1100011 0 101000 1000011 10011011 1100010 10001

Color Harmonies of #015432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015432

Black with #015432

Text Example


Text Example

White with #015432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015432; }

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

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

background-color css

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

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

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

border-color css

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

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

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