Html Css Color HEX #025219 British Racing Green

📋 copy color: '#025219'

red 2 ◦ green 82 ◦ blue 25

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

Shades of British Racing Green #025219

Tints of British Racing Green #025219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 75.23%

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

R = 1.83%
G = 75.23%
B = 22.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#025219 (or 0x025219) is known color: British Racing Green. HEX triplet: 02, 52 and 19. RGB value is (2,82,25). Sum of RGB (Red+Green+Blue) = 2+82+25=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 82 (32.42% from 255 or 75.23% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 82 - color contains mainly: green. Hex color #025219 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025219 is #FDADE6. Grayscale: #333333. Windows color (decimal): -16625127 or 1659394. OLE color: 1659394.

HSL color Cylindrical-coordinate representation of color #025219: hue angle of 137.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025219 is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 82 25 -
CMYK 0.98 0 0.70 0.68
HSL 137.25º 0.95% 0.16% -
HSV(B) 137.25º 0.98% 0.32% -
XYZ 3.22 6.12 1.93 -
YUV 51.58 113 92.63 -
System Red Green Blue C M Y K H S L
Decimal 2 82 25 0.98 0 0.70 0.68 137.25 0.95 0.16
Hex 2 52 19 62 0 46 44 89 5F 10
Octal 2 122 31 142 0 106 104 211 137 20
Binary 10 1010010 11001 1100010 0 1000110 1000100 10001001 1011111 10000

Color Harmonies of #025219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025219

Black with #025219

Text Example


Text Example

White with #025219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025219; }

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

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

background-color css

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

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

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

border-color css

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

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

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