Html Css Color HEX #09482D British Racing Green

📋 copy color: '#09482D'

red 9 ◦ green 72 ◦ blue 45

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

Shades of British Racing Green #09482D

Tints of British Racing Green #09482D

RGB

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

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

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

R = 7.14%
G = 57.14%
B = 35.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#09482D (or 0x09482D) is known color: British Racing Green. HEX triplet: 09, 48 and 2D. RGB value is (9,72,45). Sum of RGB (Red+Green+Blue) = 9+72+45=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #09482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09482D is #F6B7D2. Grayscale: #323232. Windows color (decimal): -16168915 or 2967561. OLE color: 2967561.

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

Color convert

RGB 9 72 45 -
CMYK 0.88 0 0.38 0.72
HSL 154.29º 0.78% 0.16% -
HSV(B) 154.29º 0.88% 0.28% -
XYZ 2.9 4.88 3.27 -
YUV 50.09 125.13 98.7 -
System Red Green Blue C M Y K H S L
Decimal 9 72 45 0.88 0 0.38 0.72 154.29 0.78 0.16
Hex 9 48 2D 58 0 26 48 9A 4E 10
Octal 11 110 55 130 0 46 110 232 116 20
Binary 1001 1001000 101101 1011000 0 100110 1001000 10011010 1001110 10000

Color Harmonies of #09482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09482D

Black with #09482D

Text Example


Text Example

White with #09482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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