Html Css Color HEX #00492B British Racing Green

📋 copy color: '#00492B'

red 0 ◦ green 73 ◦ blue 43

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

Shades of British Racing Green #00492B

Tints of British Racing Green #00492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 37.07%

R = 0%
G = 62.93%
B = 37.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#00492B (or 0x00492B) is known color: British Racing Green. HEX triplet: 00, 49 and 2B. RGB value is (0,73,43). Sum of RGB (Red+Green+Blue) = 0+73+43=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #00492B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00492B is #FFB6D4. Grayscale: #2F2F2F. Windows color (decimal): -16758485 or 2836736. OLE color: 2836736.

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

Color convert

RGB 0 73 43 -
CMYK 1 0 0.41 0.71
HSL 155.34º 1% 0.14% -
HSV(B) 155.34º 1% 0.29% -
XYZ 2.82 4.94 3.09 -
YUV 47.75 125.32 93.94 -
System Red Green Blue C M Y K H S L
Decimal 0 73 43 1 0 0.41 0.71 155.34 1 0.14
Hex 0 49 2B 64 0 29 47 9B 64 E
Octal 0 111 53 144 0 51 107 233 144 16
Binary 0 1001001 101011 1100100 0 101001 1000111 10011011 1100100 1110

Color Harmonies of #00492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00492B

Black with #00492B

Text Example


Text Example

White with #00492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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