Html Css Color HEX #02500F British Racing Green

📋 copy color: '#02500F'

red 2 ◦ green 80 ◦ blue 15

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

Shades of British Racing Green #02500F

Tints of British Racing Green #02500F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.46%

R = 2.06%
G = 82.47%
B = 15.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#02500F (or 0x02500F) is known color: British Racing Green. HEX triplet: 02, 50 and 0F. RGB value is (2,80,15). Sum of RGB (Red+Green+Blue) = 2+80+15=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 80 (31.64% from 255 or 82.47% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 80 - color contains mainly: green. Hex color #02500F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02500F is #FDAFF0. Grayscale: #313131. Windows color (decimal): -16625649 or 1003522. OLE color: 1003522.

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

Color convert

RGB 2 80 15 -
CMYK 0.98 0 0.81 0.69
HSL 130º 0.95% 0.16% -
HSV(B) 130º 0.98% 0.31% -
XYZ 2.98 5.78 1.41 -
YUV 49.27 108.66 94.29 -
System Red Green Blue C M Y K H S L
Decimal 2 80 15 0.98 0 0.81 0.69 130 0.95 0.16
Hex 2 50 F 62 0 51 45 82 5F 10
Octal 2 120 17 142 0 121 105 202 137 20
Binary 10 1010000 1111 1100010 0 1010001 1000101 10000010 1011111 10000

Color Harmonies of #02500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02500F

Black with #02500F

Text Example


Text Example

White with #02500F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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