Html Css Color HEX #00492A British Racing Green

📋 copy color: '#00492A'

red 0 ◦ green 73 ◦ blue 42

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

Shades of British Racing Green #00492A

Tints of British Racing Green #00492A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 36.52%

R = 0%
G = 63.48%
B = 36.52%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#00492A (or 0x00492A) is known color: British Racing Green. HEX triplet: 00, 49 and 2A. RGB value is (0,73,42). Sum of RGB (Red+Green+Blue) = 0+73+42=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 73 (28.91% from 255 or 63.48% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 73 - color contains mainly: green. Hex color #00492A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00492A is #FFB6D5. Grayscale: #2F2F2F. Windows color (decimal): -16758486 or 2771200. OLE color: 2771200.

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

Color convert

RGB 0 73 42 -
CMYK 1 0 0.42 0.71
HSL 154.52º 1% 0.14% -
HSV(B) 154.52º 1% 0.29% -
XYZ 2.8 4.93 2.99 -
YUV 47.64 124.82 94.02 -
System Red Green Blue C M Y K H S L
Decimal 0 73 42 1 0 0.42 0.71 154.52 1 0.14
Hex 0 49 2A 64 0 2A 47 9B 64 E
Octal 0 111 52 144 0 52 107 233 144 16
Binary 0 1001001 101010 1100100 0 101010 1000111 10011011 1100100 1110

Color Harmonies of #00492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00492A

Black with #00492A

Text Example


Text Example

White with #00492A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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