Html Css Color HEX #025117 British Racing Green

📋 copy color: '#025117'

red 2 ◦ green 81 ◦ blue 23

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

Shades of British Racing Green #025117

Tints of British Racing Green #025117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 21.7%

R = 1.89%
G = 76.42%
B = 21.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#025117 (or 0x025117) is known color: British Racing Green. HEX triplet: 02, 51 and 17. RGB value is (2,81,23). Sum of RGB (Red+Green+Blue) = 2+81+23=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 81 (32.03% from 255 or 76.42% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 81 - color contains mainly: green. Hex color #025117 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025117 is #FDAEE8. Grayscale: #323232. Windows color (decimal): -16625385 or 1528066. OLE color: 1528066.

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

Color convert

RGB 2 81 23 -
CMYK 0.98 0 0.72 0.68
HSL 135.95º 0.95% 0.16% -
HSV(B) 135.95º 0.98% 0.32% -
XYZ 3.12 5.96 1.8 -
YUV 50.77 112.33 93.22 -
System Red Green Blue C M Y K H S L
Decimal 2 81 23 0.98 0 0.72 0.68 135.95 0.95 0.16
Hex 2 51 17 62 0 48 44 88 5F 10
Octal 2 121 27 142 0 110 104 210 137 20
Binary 10 1010001 10111 1100010 0 1001000 1000100 10001000 1011111 10000

Color Harmonies of #025117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025117

Black with #025117

Text Example


Text Example

White with #025117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025117; }

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

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

background-color css

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

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

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

border-color css

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

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

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