Html Css Color HEX #09492B British Racing Green

📋 copy color: '#09492B'

red 9 ◦ green 73 ◦ blue 43

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

Shades of British Racing Green #09492B

Tints of British Racing Green #09492B

RGB

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

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

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

R = 7.2%
G = 58.4%
B = 34.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#09492B (or 0x09492B) is known color: British Racing Green. HEX triplet: 09, 49 and 2B. RGB value is (9,73,43). Sum of RGB (Red+Green+Blue) = 9+73+43=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #09492B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09492B is #F6B6D4. Grayscale: #323232. Windows color (decimal): -16168661 or 2836745. OLE color: 2836745.

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

Color convert

RGB 9 73 43 -
CMYK 0.88 0 0.41 0.71
HSL 151.88º 0.78% 0.16% -
HSV(B) 151.88º 0.88% 0.29% -
XYZ 2.93 5 3.1 -
YUV 50.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 9 73 43 0.88 0 0.41 0.71 151.88 0.78 0.16
Hex 9 49 2B 58 0 29 47 98 4E 10
Octal 11 111 53 130 0 51 107 230 116 20
Binary 1001 1001001 101011 1011000 0 101001 1000111 10011000 1001110 10000

Color Harmonies of #09492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09492B

Black with #09492B

Text Example


Text Example

White with #09492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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