Html Css Color HEX #005425 British Racing Green

📋 copy color: '#005425'

red 0 ◦ green 84 ◦ blue 37

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

Shades of British Racing Green #005425

Tints of British Racing Green #005425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 30.58%

R = 0%
G = 69.42%
B = 30.58%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#005425 (or 0x005425) is known color: British Racing Green. HEX triplet: 00, 54 and 25. RGB value is (0,84,37). Sum of RGB (Red+Green+Blue) = 0+84+37=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 84 (33.20% from 255 or 69.42% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 84 - color contains mainly: green. Hex color #005425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005425 is #FFABDA. Grayscale: #353535. Windows color (decimal): -16755675 or 2446336. OLE color: 2446336.

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

Color convert

RGB 0 84 37 -
CMYK 1 0 0.56 0.67
HSL 146.43º 1% 0.16% -
HSV(B) 146.43º 1% 0.33% -
XYZ 3.5 6.47 2.82 -
YUV 53.53 118.67 89.82 -
System Red Green Blue C M Y K H S L
Decimal 0 84 37 1 0 0.56 0.67 146.43 1 0.16
Hex 0 54 25 64 0 38 43 92 64 10
Octal 0 124 45 144 0 70 103 222 144 20
Binary 0 1010100 100101 1100100 0 111000 1000011 10010010 1100100 10000

Color Harmonies of #005425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005425

Black with #005425

Text Example


Text Example

White with #005425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005425; }

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

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

background-color css

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

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

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

border-color css

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

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

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