Html Css Color HEX #09441F British Racing Green

📋 copy color: '#09441F'

red 9 ◦ green 68 ◦ blue 31

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

Shades of British Racing Green #09441F

Tints of British Racing Green #09441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 62.96%

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

R = 8.33%
G = 62.96%
B = 28.7%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#09441F (or 0x09441F) is known color: British Racing Green. HEX triplet: 09, 44 and 1F. RGB value is (9,68,31). Sum of RGB (Red+Green+Blue) = 9+68+31=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 68 (26.95% from 255 or 62.96% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 68 - color contains mainly: green. Hex color #09441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09441F is #F6BBE0. Grayscale: #2E2E2E. Windows color (decimal): -16169953 or 2049033. OLE color: 2049033.

HSL color Cylindrical-coordinate representation of color #09441F: hue angle of 142.37º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09441F is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 68 31 -
CMYK 0.87 0 0.54 0.73
HSL 142.37º 0.77% 0.15% -
HSV(B) 142.37º 0.87% 0.27% -
XYZ 2.43 4.29 2 -
YUV 46.14 119.45 101.51 -
System Red Green Blue C M Y K H S L
Decimal 9 68 31 0.87 0 0.54 0.73 142.37 0.77 0.15
Hex 9 44 1F 57 0 36 49 8E 4D F
Octal 11 104 37 127 0 66 111 216 115 17
Binary 1001 1000100 11111 1010111 0 110110 1001001 10001110 1001101 1111

Color Harmonies of #09441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09441F

Black with #09441F

Text Example


Text Example

White with #09441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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