Html Css Color HEX #02491E British Racing Green

📋 copy color: '#02491E'

red 2 ◦ green 73 ◦ blue 30

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

Shades of British Racing Green #02491E

Tints of British Racing Green #02491E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 28.57%

R = 1.9%
G = 69.52%
B = 28.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#02491E (or 0x02491E) is known color: British Racing Green. HEX triplet: 02, 49 and 1E. RGB value is (2,73,30). Sum of RGB (Red+Green+Blue) = 2+73+30=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 73 (28.91% from 255 or 69.52% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 73 - color contains mainly: green. Hex color #02491E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02491E is #FDB6E1. Grayscale: #2E2E2E. Windows color (decimal): -16627426 or 1984770. OLE color: 1984770.

HSL color Cylindrical-coordinate representation of color #02491E: hue angle of 143.66º 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 #02491E is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 73 30 -
CMYK 0.97 0 0.59 0.71
HSL 143.66º 0.95% 0.15% -
HSV(B) 143.66º 0.97% 0.29% -
XYZ 2.64 4.87 2.03 -
YUV 46.87 118.48 96 -
System Red Green Blue C M Y K H S L
Decimal 2 73 30 0.97 0 0.59 0.71 143.66 0.95 0.15
Hex 2 49 1E 61 0 3B 47 90 5F F
Octal 2 111 36 141 0 73 107 220 137 17
Binary 10 1001001 11110 1100001 0 111011 1000111 10010000 1011111 1111

Color Harmonies of #02491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02491E

Black with #02491E

Text Example


Text Example

White with #02491E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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