Html Css Color HEX #025113 British Racing Green

📋 copy color: '#025113'

red 2 ◦ green 81 ◦ blue 19

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

Shades of British Racing Green #025113

Tints of British Racing Green #025113

RGB

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

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

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

R = 1.96%
G = 79.41%
B = 18.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#025113 (or 0x025113) is known color: British Racing Green. HEX triplet: 02, 51 and 13. RGB value is (2,81,19). Sum of RGB (Red+Green+Blue) = 2+81+19=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 81 (32.03% from 255 or 79.41% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 81 - color contains mainly: green. Hex color #025113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025113 is #FDAEEC. Grayscale: #323232. Windows color (decimal): -16625389 or 1265922. OLE color: 1265922.

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

Color convert

RGB 2 81 19 -
CMYK 0.98 0 0.77 0.68
HSL 132.91º 0.95% 0.16% -
HSV(B) 132.91º 0.98% 0.32% -
XYZ 3.09 5.94 1.6 -
YUV 50.31 110.33 93.54 -
System Red Green Blue C M Y K H S L
Decimal 2 81 19 0.98 0 0.77 0.68 132.91 0.95 0.16
Hex 2 51 13 62 0 4D 44 85 5F 10
Octal 2 121 23 142 0 115 104 205 137 20
Binary 10 1010001 10011 1100010 0 1001101 1000100 10000101 1011111 10000

Color Harmonies of #025113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025113

Black with #025113

Text Example


Text Example

White with #025113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025113; }

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

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

background-color css

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

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

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

border-color css

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

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

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