Html Css Color HEX #02491D British Racing Green

📋 copy color: '#02491D'

red 2 ◦ green 73 ◦ blue 29

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

Shades of British Racing Green #02491D

Tints of British Racing Green #02491D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 70.19%

 BLUE value IS 29 (11.72% from 255) = 27.88%

R = 1.92%
G = 70.19%
B = 27.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#02491D (or 0x02491D) is known color: British Racing Green. HEX triplet: 02, 49 and 1D. RGB value is (2,73,29). Sum of RGB (Red+Green+Blue) = 2+73+29=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 73 (28.91% from 255 or 70.19% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 73 - color contains mainly: green. Hex color #02491D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02491D is #FDB6E2. Grayscale: #2E2E2E. Windows color (decimal): -16627427 or 1919234. OLE color: 1919234.

HSL color Cylindrical-coordinate representation of color #02491D: hue angle of 142.82º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02491D is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 73 29 -
CMYK 0.97 0 0.60 0.71
HSL 142.82º 0.95% 0.15% -
HSV(B) 142.82º 0.97% 0.29% -
XYZ 2.63 4.87 1.96 -
YUV 46.76 117.98 96.08 -
System Red Green Blue C M Y K H S L
Decimal 2 73 29 0.97 0 0.60 0.71 142.82 0.95 0.15
Hex 2 49 1D 61 0 3C 47 8F 5F F
Octal 2 111 35 141 0 74 107 217 137 17
Binary 10 1001001 11101 1100001 0 111100 1000111 10001111 1011111 1111

Color Harmonies of #02491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02491D

Black with #02491D

Text Example


Text Example

White with #02491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02491D; }

 p { color: rgb(2,73,29); }

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

background-color css

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

 a { background-color: rgb(2,73,29); }

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

border-color css

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

 span { border-color: rgb(2,73,29); }

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