Html Css Color HEX #09482A British Racing Green

📋 copy color: '#09482A'

red 9 ◦ green 72 ◦ blue 42

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

Shades of British Racing Green #09482A

Tints of British Racing Green #09482A

RGB

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

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

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

R = 7.32%
G = 58.54%
B = 34.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#09482A (or 0x09482A) is known color: British Racing Green. HEX triplet: 09, 48 and 2A. RGB value is (9,72,42). Sum of RGB (Red+Green+Blue) = 9+72+42=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #09482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09482A is #F6B7D5. Grayscale: #313131. Windows color (decimal): -16168918 or 2770953. OLE color: 2770953.

HSL color Cylindrical-coordinate representation of color #09482A: hue angle of 151.43º 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 #09482A is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 72 42 -
CMYK 0.88 0 0.42 0.72
HSL 151.43º 0.78% 0.16% -
HSV(B) 151.43º 0.88% 0.28% -
XYZ 2.85 4.86 2.98 -
YUV 49.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 9 72 42 0.88 0 0.42 0.72 151.43 0.78 0.16
Hex 9 48 2A 58 0 2A 48 97 4E 10
Octal 11 110 52 130 0 52 110 227 116 20
Binary 1001 1001000 101010 1011000 0 101010 1001000 10010111 1001110 10000

Color Harmonies of #09482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09482A

Black with #09482A

Text Example


Text Example

White with #09482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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