Html Css Color HEX #025419 British Racing Green

📋 copy color: '#025419'

red 2 ◦ green 84 ◦ blue 25

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

Shades of British Racing Green #025419

Tints of British Racing Green #025419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 22.52%

R = 1.8%
G = 75.68%
B = 22.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#025419 (or 0x025419) is known color: British Racing Green. HEX triplet: 02, 54 and 19. RGB value is (2,84,25). Sum of RGB (Red+Green+Blue) = 2+84+25=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 84 (33.20% from 255 or 75.68% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 84 - color contains mainly: green. Hex color #025419 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025419 is #FDABE6. Grayscale: #343434. Windows color (decimal): -16624615 or 1659906. OLE color: 1659906.

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

Color convert

RGB 2 84 25 -
CMYK 0.98 0 0.70 0.67
HSL 136.83º 0.95% 0.17% -
HSV(B) 136.83º 0.98% 0.33% -
XYZ 3.37 6.42 1.98 -
YUV 52.76 112.33 91.8 -
System Red Green Blue C M Y K H S L
Decimal 2 84 25 0.98 0 0.70 0.67 136.83 0.95 0.17
Hex 2 54 19 62 0 46 43 89 5F 11
Octal 2 124 31 142 0 106 103 211 137 21
Binary 10 1010100 11001 1100010 0 1000110 1000011 10001001 1011111 10001

Color Harmonies of #025419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025419

Black with #025419

Text Example


Text Example

White with #025419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025419; }

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

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

background-color css

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

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

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

border-color css

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

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

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