Html Css Color HEX #02501F British Racing Green

📋 copy color: '#02501F'

red 2 ◦ green 80 ◦ blue 31

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

Shades of British Racing Green #02501F

Tints of British Racing Green #02501F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 27.43%

R = 1.77%
G = 70.8%
B = 27.43%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#02501F (or 0x02501F) is known color: British Racing Green. HEX triplet: 02, 50 and 1F. RGB value is (2,80,31). Sum of RGB (Red+Green+Blue) = 2+80+31=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 80 (31.64% from 255 or 70.80% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 80 - color contains mainly: green. Hex color #02501F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02501F is #FDAFE0. Grayscale: #333333. Windows color (decimal): -16625633 or 2052098. OLE color: 2052098.

HSL color Cylindrical-coordinate representation of color #02501F: hue angle of 142.31º 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 #02501F is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 80 31 -
CMYK 0.98 0 0.61 0.69
HSL 142.31º 0.95% 0.16% -
HSV(B) 142.31º 0.98% 0.31% -
XYZ 3.14 5.85 2.26 -
YUV 51.09 116.66 92.98 -
System Red Green Blue C M Y K H S L
Decimal 2 80 31 0.98 0 0.61 0.69 142.31 0.95 0.16
Hex 2 50 1F 62 0 3D 45 8E 5F 10
Octal 2 120 37 142 0 75 105 216 137 20
Binary 10 1010000 11111 1100010 0 111101 1000101 10001110 1011111 10000

Color Harmonies of #02501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02501F

Black with #02501F

Text Example


Text Example

White with #02501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02501F; }

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

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

background-color css

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

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

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

border-color css

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

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

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