Html Css Color HEX #02471A British Racing Green

📋 copy color: '#02471A'

red 2 ◦ green 71 ◦ blue 26

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

Shades of British Racing Green #02471A

Tints of British Racing Green #02471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 71.72%

 BLUE value IS 26 (10.55% from 255) = 26.26%

R = 2.02%
G = 71.72%
B = 26.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#02471A (or 0x02471A) is known color: British Racing Green. HEX triplet: 02, 47 and 1A. RGB value is (2,71,26). Sum of RGB (Red+Green+Blue) = 2+71+26=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 71 (28.12% from 255 or 71.72% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 71 - color contains mainly: green. Hex color #02471A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02471A is #FDB8E5. Grayscale: #2D2D2D. Windows color (decimal): -16627942 or 1722114. OLE color: 1722114.

HSL color Cylindrical-coordinate representation of color #02471A: hue angle of 140.87º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02471A is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 71 26 -
CMYK 0.97 0 0.63 0.72
HSL 140.87º 0.95% 0.14% -
HSV(B) 140.87º 0.97% 0.28% -
XYZ 2.46 4.59 1.73 -
YUV 45.24 117.14 97.16 -
System Red Green Blue C M Y K H S L
Decimal 2 71 26 0.97 0 0.63 0.72 140.87 0.95 0.14
Hex 2 47 1A 61 0 3F 48 8D 5F E
Octal 2 107 32 141 0 77 110 215 137 16
Binary 10 1000111 11010 1100001 0 111111 1001000 10001101 1011111 1110

Color Harmonies of #02471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02471A

Black with #02471A

Text Example


Text Example

White with #02471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02471A; }

 p { color: rgb(2,71,26); }

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

background-color css

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

 a { background-color: rgb(2,71,26); }

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

border-color css

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

 span { border-color: rgb(2,71,26); }

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