Html Css Color HEX #005421 British Racing Green

📋 copy color: '#005421'

red 0 ◦ green 84 ◦ blue 33

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

Shades of British Racing Green #005421

Tints of British Racing Green #005421

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 33 (13.28% from 255) = 28.21%

R = 0%
G = 71.79%
B = 28.21%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#005421 (or 0x005421) is known color: British Racing Green. HEX triplet: 00, 54 and 21. RGB value is (0,84,33). Sum of RGB (Red+Green+Blue) = 0+84+33=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 84 (33.20% from 255 or 71.79% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 84 - color contains mainly: green. Hex color #005421 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005421 is #FFABDE. Grayscale: #353535. Windows color (decimal): -16755679 or 2184192. OLE color: 2184192.

HSL color Cylindrical-coordinate representation of color #005421: hue angle of 143.57º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005421 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 84 33 -
CMYK 1 0 0.61 0.67
HSL 143.57º 1% 0.16% -
HSV(B) 143.57º 1% 0.33% -
XYZ 3.44 6.45 2.5 -
YUV 53.07 116.67 90.15 -
System Red Green Blue C M Y K H S L
Decimal 0 84 33 1 0 0.61 0.67 143.57 1 0.16
Hex 0 54 21 64 0 3D 43 90 64 10
Octal 0 124 41 144 0 75 103 220 144 20
Binary 0 1010100 100001 1100100 0 111101 1000011 10010000 1100100 10000

Color Harmonies of #005421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005421

Black with #005421

Text Example


Text Example

White with #005421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005421; }

 p { color: rgb(0,84,33); }

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

background-color css

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

 a { background-color: rgb(0,84,33); }

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

border-color css

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

 span { border-color: rgb(0,84,33); }

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