Html Css Color HEX #09482B British Racing Green

📋 copy color: '#09482B'

red 9 ◦ green 72 ◦ blue 43

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

Shades of British Racing Green #09482B

Tints of British Racing Green #09482B

RGB

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

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

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

R = 7.26%
G = 58.06%
B = 34.68%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#09482B (or 0x09482B) is known color: British Racing Green. HEX triplet: 09, 48 and 2B. RGB value is (9,72,43). Sum of RGB (Red+Green+Blue) = 9+72+43=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #09482B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09482B is #F6B7D4. Grayscale: #313131. Windows color (decimal): -16168917 or 2836489. OLE color: 2836489.

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

Color convert

RGB 9 72 43 -
CMYK 0.88 0 0.40 0.72
HSL 152.38º 0.78% 0.16% -
HSV(B) 152.38º 0.88% 0.28% -
XYZ 2.87 4.87 3.07 -
YUV 49.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 9 72 43 0.88 0 0.40 0.72 152.38 0.78 0.16
Hex 9 48 2B 58 0 28 48 98 4E 10
Octal 11 110 53 130 0 50 110 230 116 20
Binary 1001 1001000 101011 1011000 0 101000 1001000 10011000 1001110 10000

Color Harmonies of #09482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09482B

Black with #09482B

Text Example


Text Example

White with #09482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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