Html Css Color HEX #025413 British Racing Green

📋 copy color: '#025413'

red 2 ◦ green 84 ◦ blue 19

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

Shades of British Racing Green #025413

Tints of British Racing Green #025413

RGB

 RED value IS 2 (1.17% from 255) = 1.9%

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

 BLUE value IS 19 (7.81% from 255) = 18.1%

R = 1.9%
G = 80%
B = 18.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#025413 (or 0x025413) is known color: British Racing Green. HEX triplet: 02, 54 and 13. RGB value is (2,84,19). Sum of RGB (Red+Green+Blue) = 2+84+19=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 84 (33.20% from 255 or 80% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 84 - color contains mainly: green. Hex color #025413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025413 is #FDABEC. Grayscale: #343434. Windows color (decimal): -16624621 or 1266690. OLE color: 1266690.

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

Color convert

RGB 2 84 19 -
CMYK 0.98 0 0.77 0.67
HSL 132.44º 0.95% 0.17% -
HSV(B) 132.44º 0.98% 0.33% -
XYZ 3.31 6.4 1.68 -
YUV 52.07 109.33 92.29 -
System Red Green Blue C M Y K H S L
Decimal 2 84 19 0.98 0 0.77 0.67 132.44 0.95 0.17
Hex 2 54 13 62 0 4D 43 84 5F 11
Octal 2 124 23 142 0 115 103 204 137 21
Binary 10 1010100 10011 1100010 0 1001101 1000011 10000100 1011111 10001

Color Harmonies of #025413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025413

Black with #025413

Text Example


Text Example

White with #025413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025413; }

 p { color: rgb(2,84,19); }

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

background-color css

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

 a { background-color: rgb(2,84,19); }

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

border-color css

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

 span { border-color: rgb(2,84,19); }

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