Html Css Color HEX #00492D British Racing Green

📋 copy color: '#00492D'

red 0 ◦ green 73 ◦ blue 45

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

Shades of British Racing Green #00492D

Tints of British Racing Green #00492D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 38.14%

R = 0%
G = 61.86%
B = 38.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#00492D (or 0x00492D) is known color: British Racing Green. HEX triplet: 00, 49 and 2D. RGB value is (0,73,45). Sum of RGB (Red+Green+Blue) = 0+73+45=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 73 (28.91% from 255 or 61.86% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 73 - color contains mainly: green. Hex color #00492D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00492D is #FFB6D2. Grayscale: #303030. Windows color (decimal): -16758483 or 2967808. OLE color: 2967808.

HSL color Cylindrical-coordinate representation of color #00492D: hue angle of 156.99º 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 #00492D is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 73 45 -
CMYK 1 0 0.38 0.71
HSL 156.99º 1% 0.14% -
HSV(B) 156.99º 1% 0.29% -
XYZ 2.86 4.95 3.29 -
YUV 47.98 126.32 93.78 -
System Red Green Blue C M Y K H S L
Decimal 0 73 45 1 0 0.38 0.71 156.99 1 0.14
Hex 0 49 2D 64 0 26 47 9D 64 E
Octal 0 111 55 144 0 46 107 235 144 16
Binary 0 1001001 101101 1100100 0 100110 1000111 10011101 1100100 1110

Color Harmonies of #00492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00492D

Black with #00492D

Text Example


Text Example

White with #00492D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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