Html Css Color HEX #09481F British Racing Green

📋 copy color: '#09481F'

red 9 ◦ green 72 ◦ blue 31

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

Shades of British Racing Green #09481F

Tints of British Racing Green #09481F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 27.68%

R = 8.04%
G = 64.29%
B = 27.68%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#09481F (or 0x09481F) is known color: British Racing Green. HEX triplet: 09, 48 and 1F. RGB value is (9,72,31). Sum of RGB (Red+Green+Blue) = 9+72+31=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 72 (28.52% from 255 or 64.29% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 72 - color contains mainly: green. Hex color #09481F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09481F is #F6B7E0. Grayscale: #303030. Windows color (decimal): -16168929 or 2050057. OLE color: 2050057.

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

Color convert

RGB 9 72 31 -
CMYK 0.88 0 0.57 0.72
HSL 140.95º 0.78% 0.16% -
HSV(B) 140.95º 0.88% 0.28% -
XYZ 2.68 4.79 2.08 -
YUV 48.49 118.13 99.83 -
System Red Green Blue C M Y K H S L
Decimal 9 72 31 0.88 0 0.57 0.72 140.95 0.78 0.16
Hex 9 48 1F 58 0 39 48 8D 4E 10
Octal 11 110 37 130 0 71 110 215 116 20
Binary 1001 1001000 11111 1011000 0 111001 1001000 10001101 1001110 10000

Color Harmonies of #09481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09481F

Black with #09481F

Text Example


Text Example

White with #09481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09481F; }

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

 H1.HeaderClassName
 {
   color: #09481F;
 }
 .AnyTagClassName
 {
   color: #09481F;
 }
</style>

background-color css

<style>
 a { background-color: #09481F; }

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

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

border-color css

<style>
 span { border-color: #09481F; }

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

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