Html Css Color HEX #09492A British Racing Green

📋 copy color: '#09492A'

red 9 ◦ green 73 ◦ blue 42

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

Shades of British Racing Green #09492A

Tints of British Racing Green #09492A

RGB

 RED value IS 9 (3.91% from 255) = 7.26%

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

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

R = 7.26%
G = 58.87%
B = 33.87%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#09492A (or 0x09492A) is known color: British Racing Green. HEX triplet: 09, 49 and 2A. RGB value is (9,73,42). Sum of RGB (Red+Green+Blue) = 9+73+42=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #09492A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09492A is #F6B6D5. Grayscale: #323232. Windows color (decimal): -16168662 or 2771209. OLE color: 2771209.

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

Color convert

RGB 9 73 42 -
CMYK 0.88 0 0.42 0.71
HSL 150.94º 0.78% 0.16% -
HSV(B) 150.94º 0.88% 0.29% -
XYZ 2.91 4.99 3 -
YUV 50.33 123.3 98.52 -
System Red Green Blue C M Y K H S L
Decimal 9 73 42 0.88 0 0.42 0.71 150.94 0.78 0.16
Hex 9 49 2A 58 0 2A 47 97 4E 10
Octal 11 111 52 130 0 52 107 227 116 20
Binary 1001 1001001 101010 1011000 0 101010 1000111 10010111 1001110 10000

Color Harmonies of #09492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09492A

Black with #09492A

Text Example


Text Example

White with #09492A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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