Html Css Color HEX #025110 British Racing Green

📋 copy color: '#025110'

red 2 ◦ green 81 ◦ blue 16

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

Shades of British Racing Green #025110

Tints of British Racing Green #025110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 81.82%

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

R = 2.02%
G = 81.82%
B = 16.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#025110 (or 0x025110) is known color: British Racing Green. HEX triplet: 02, 51 and 10. RGB value is (2,81,16). Sum of RGB (Red+Green+Blue) = 2+81+16=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 81 (32.03% from 255 or 81.82% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 81 - color contains mainly: green. Hex color #025110 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025110 is #FDAEEF. Grayscale: #323232. Windows color (decimal): -16625392 or 1069314. OLE color: 1069314.

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

Color convert

RGB 2 81 16 -
CMYK 0.98 0 0.80 0.68
HSL 130.63º 0.95% 0.16% -
HSV(B) 130.63º 0.98% 0.32% -
XYZ 3.06 5.94 1.47 -
YUV 49.97 108.83 93.79 -
System Red Green Blue C M Y K H S L
Decimal 2 81 16 0.98 0 0.80 0.68 130.63 0.95 0.16
Hex 2 51 10 62 0 50 44 83 5F 10
Octal 2 121 20 142 0 120 104 203 137 20
Binary 10 1010001 10000 1100010 0 1010000 1000100 10000011 1011111 10000

Color Harmonies of #025110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025110

Black with #025110

Text Example


Text Example

White with #025110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025110; }

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

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

background-color css

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

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

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

border-color css

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

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

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