Html Css Color HEX #00491D British Racing Green

📋 copy color: '#00491D'

red 0 ◦ green 73 ◦ blue 29

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

Shades of British Racing Green #00491D

Tints of British Racing Green #00491D

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 71.57%
B = 28.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#00491D (or 0x00491D) is known color: British Racing Green. HEX triplet: 00, 49 and 1D. RGB value is (0,73,29). Sum of RGB (Red+Green+Blue) = 0+73+29=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 73 (28.91% from 255 or 71.57% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 73 - color contains mainly: green. Hex color #00491D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00491D is #FFB6E2. Grayscale: #2E2E2E. Windows color (decimal): -16758499 or 1919232. OLE color: 1919232.

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

Color convert

RGB 0 73 29 -
CMYK 1 0 0.60 0.71
HSL 143.84º 1% 0.14% -
HSV(B) 143.84º 1% 0.29% -
XYZ 2.6 4.85 1.96 -
YUV 46.16 118.32 95.08 -
System Red Green Blue C M Y K H S L
Decimal 0 73 29 1 0 0.60 0.71 143.84 1 0.14
Hex 0 49 1D 64 0 3C 47 90 64 E
Octal 0 111 35 144 0 74 107 220 144 16
Binary 0 1001001 11101 1100100 0 111100 1000111 10010000 1100100 1110

Color Harmonies of #00491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00491D

Black with #00491D

Text Example


Text Example

White with #00491D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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