Html Css Color HEX #09482E British Racing Green

📋 copy color: '#09482E'

red 9 ◦ green 72 ◦ blue 46

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

Shades of British Racing Green #09482E

Tints of British Racing Green #09482E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 36.22%

R = 7.09%
G = 56.69%
B = 36.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#09482E (or 0x09482E) is known color: British Racing Green. HEX triplet: 09, 48 and 2E. RGB value is (9,72,46). Sum of RGB (Red+Green+Blue) = 9+72+46=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #09482E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09482E is #F6B7D1. Grayscale: #323232. Windows color (decimal): -16168914 or 3033097. OLE color: 3033097.

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

Color convert

RGB 9 72 46 -
CMYK 0.88 0 0.36 0.72
HSL 155.24º 0.78% 0.16% -
HSV(B) 155.24º 0.88% 0.28% -
XYZ 2.92 4.89 3.37 -
YUV 50.2 125.63 98.61 -
System Red Green Blue C M Y K H S L
Decimal 9 72 46 0.88 0 0.36 0.72 155.24 0.78 0.16
Hex 9 48 2E 58 0 24 48 9B 4E 10
Octal 11 110 56 130 0 44 110 233 116 20
Binary 1001 1001000 101110 1011000 0 100100 1001000 10011011 1001110 10000

Color Harmonies of #09482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09482E

Black with #09482E

Text Example


Text Example

White with #09482E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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