Html Css Color HEX #025010 British Racing Green

📋 copy color: '#025010'

red 2 ◦ green 80 ◦ blue 16

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

Shades of British Racing Green #025010

Tints of British Racing Green #025010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 81.63%

 BLUE value IS 16 (6.64% from 255) = 16.33%

R = 2.04%
G = 81.63%
B = 16.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#025010 (or 0x025010) is known color: British Racing Green. HEX triplet: 02, 50 and 10. RGB value is (2,80,16). Sum of RGB (Red+Green+Blue) = 2+80+16=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 80 (31.64% from 255 or 81.63% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 80 - color contains mainly: green. Hex color #025010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025010 is #FDAFEF. Grayscale: #313131. Windows color (decimal): -16625648 or 1069058. OLE color: 1069058.

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

Color convert

RGB 2 80 16 -
CMYK 0.98 0 0.80 0.69
HSL 130.77º 0.95% 0.16% -
HSV(B) 130.77º 0.98% 0.31% -
XYZ 2.99 5.79 1.45 -
YUV 49.38 109.16 94.2 -
System Red Green Blue C M Y K H S L
Decimal 2 80 16 0.98 0 0.80 0.69 130.77 0.95 0.16
Hex 2 50 10 62 0 50 45 83 5F 10
Octal 2 120 20 142 0 120 105 203 137 20
Binary 10 1010000 10000 1100010 0 1010000 1000101 10000011 1011111 10000

Color Harmonies of #025010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025010

Black with #025010

Text Example


Text Example

White with #025010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025010; }

 p { color: rgb(2,80,16); }

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

background-color css

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

 a { background-color: rgb(2,80,16); }

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

border-color css

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

 span { border-color: rgb(2,80,16); }

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