Html Css Color HEX #02471C British Racing Green

📋 copy color: '#02471C'

red 2 ◦ green 71 ◦ blue 28

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

Shades of British Racing Green #02471C

Tints of British Racing Green #02471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 27.72%

R = 1.98%
G = 70.3%
B = 27.72%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#02471C (or 0x02471C) is known color: British Racing Green. HEX triplet: 02, 47 and 1C. RGB value is (2,71,28). Sum of RGB (Red+Green+Blue) = 2+71+28=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 71 (28.12% from 255 or 70.30% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 71 - color contains mainly: green. Hex color #02471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02471C is #FDB8E3. Grayscale: #2D2D2D. Windows color (decimal): -16627940 or 1853186. OLE color: 1853186.

HSL color Cylindrical-coordinate representation of color #02471C: hue angle of 142.61º 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 #02471C is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 71 28 -
CMYK 0.97 0 0.61 0.72
HSL 142.61º 0.95% 0.14% -
HSV(B) 142.61º 0.97% 0.28% -
XYZ 2.49 4.6 1.86 -
YUV 45.47 118.14 97 -
System Red Green Blue C M Y K H S L
Decimal 2 71 28 0.97 0 0.61 0.72 142.61 0.95 0.14
Hex 2 47 1C 61 0 3D 48 8F 5F E
Octal 2 107 34 141 0 75 110 217 137 16
Binary 10 1000111 11100 1100001 0 111101 1001000 10001111 1011111 1110

Color Harmonies of #02471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02471C

Black with #02471C

Text Example


Text Example

White with #02471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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