Html Css Color HEX #05492A British Racing Green

📋 copy color: '#05492A'

red 5 ◦ green 73 ◦ blue 42

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

Shades of British Racing Green #05492A

Tints of British Racing Green #05492A

RGB

 RED value IS 5 (2.34% from 255) = 4.17%

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

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

R = 4.17%
G = 60.83%
B = 35%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#05492A (or 0x05492A) is known color: British Racing Green. HEX triplet: 05, 49 and 2A. RGB value is (5,73,42). Sum of RGB (Red+Green+Blue) = 5+73+42=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 73 (28.91% from 255 or 60.83% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 73 - color contains mainly: green. Hex color #05492A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05492A is #FAB6D5. Grayscale: #313131. Windows color (decimal): -16430806 or 2771205. OLE color: 2771205.

HSL color Cylindrical-coordinate representation of color #05492A: hue angle of 152.65º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05492A is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 73 42 -
CMYK 0.93 0 0.42 0.71
HSL 152.65º 0.87% 0.15% -
HSV(B) 152.65º 0.93% 0.29% -
XYZ 2.86 4.96 3 -
YUV 49.13 123.97 96.52 -
System Red Green Blue C M Y K H S L
Decimal 5 73 42 0.93 0 0.42 0.71 152.65 0.87 0.15
Hex 5 49 2A 5D 0 2A 47 99 57 F
Octal 5 111 52 135 0 52 107 231 127 17
Binary 101 1001001 101010 1011101 0 101010 1000111 10011001 1010111 1111

Color Harmonies of #05492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05492A

Black with #05492A

Text Example


Text Example

White with #05492A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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