Html Css Color HEX #09482C British Racing Green

📋 copy color: '#09482C'

red 9 ◦ green 72 ◦ blue 44

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

Shades of British Racing Green #09482C

Tints of British Racing Green #09482C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 57.6%

 BLUE value IS 44 (17.58% from 255) = 35.2%

R = 7.2%
G = 57.6%
B = 35.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#09482C (or 0x09482C) is known color: British Racing Green. HEX triplet: 09, 48 and 2C. RGB value is (9,72,44). Sum of RGB (Red+Green+Blue) = 9+72+44=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #09482C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09482C is #F6B7D3. Grayscale: #323232. Windows color (decimal): -16168916 or 2902025. OLE color: 2902025.

HSL color Cylindrical-coordinate representation of color #09482C: hue angle of 153.33º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09482C is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 72 44 -
CMYK 0.88 0 0.39 0.72
HSL 153.33º 0.78% 0.16% -
HSV(B) 153.33º 0.88% 0.28% -
XYZ 2.88 4.87 3.17 -
YUV 49.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 9 72 44 0.88 0 0.39 0.72 153.33 0.78 0.16
Hex 9 48 2C 58 0 27 48 99 4E 10
Octal 11 110 54 130 0 47 110 231 116 20
Binary 1001 1001000 101100 1011000 0 100111 1001000 10011001 1001110 10000

Color Harmonies of #09482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09482C

Black with #09482C

Text Example


Text Example

White with #09482C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09482C; }

 p { color: rgb(9,72,44); }

 H1.HeaderClassName
 {
   color: #09482C;
 }
 .AnyTagClassName
 {
   color: #09482C;
 }
</style>

background-color css

<style>
 a { background-color: #09482C; }

 a { background-color: rgb(9,72,44); }

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

border-color css

<style>
 span { border-color: #09482C; }

 span { border-color: rgb(9,72,44); }

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