Html Css Color HEX #09492D British Racing Green

📋 copy color: '#09492D'

red 9 ◦ green 73 ◦ blue 45

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

Shades of British Racing Green #09492D

Tints of British Racing Green #09492D

RGB

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

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

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

R = 7.09%
G = 57.48%
B = 35.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#09492D (or 0x09492D) is known color: British Racing Green. HEX triplet: 09, 49 and 2D. RGB value is (9,73,45). Sum of RGB (Red+Green+Blue) = 9+73+45=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #09492D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09492D is #F6B6D2. Grayscale: #323232. Windows color (decimal): -16168659 or 2967817. OLE color: 2967817.

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

Color convert

RGB 9 73 45 -
CMYK 0.88 0 0.38 0.71
HSL 153.75º 0.78% 0.16% -
HSV(B) 153.75º 0.88% 0.29% -
XYZ 2.97 5.01 3.29 -
YUV 50.67 124.8 98.28 -
System Red Green Blue C M Y K H S L
Decimal 9 73 45 0.88 0 0.38 0.71 153.75 0.78 0.16
Hex 9 49 2D 58 0 26 47 9A 4E 10
Octal 11 111 55 130 0 46 107 232 116 20
Binary 1001 1001001 101101 1011000 0 100110 1000111 10011010 1001110 10000

Color Harmonies of #09492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09492D

Black with #09492D

Text Example


Text Example

White with #09492D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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