Html Css Color HEX #09442C British Racing Green

📋 copy color: '#09442C'

red 9 ◦ green 68 ◦ blue 44

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

Shades of British Racing Green #09442C

Tints of British Racing Green #09442C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 36.36%

R = 7.44%
G = 56.2%
B = 36.36%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.35

 K value IS 0.73

RGB Variations

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

Color information

#09442C (or 0x09442C) is known color: British Racing Green. HEX triplet: 09, 44 and 2C. RGB value is (9,68,44). Sum of RGB (Red+Green+Blue) = 9+68+44=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #09442C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09442C is #F6BBD3. Grayscale: #2F2F2F. Windows color (decimal): -16169940 or 2901001. OLE color: 2901001.

HSL color Cylindrical-coordinate representation of color #09442C: hue angle of 155.59º 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 #09442C is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 68 44 -
CMYK 0.87 0 0.35 0.73
HSL 155.59º 0.77% 0.15% -
HSV(B) 155.59º 0.87% 0.27% -
XYZ 2.63 4.37 3.09 -
YUV 47.62 125.95 100.45 -
System Red Green Blue C M Y K H S L
Decimal 9 68 44 0.87 0 0.35 0.73 155.59 0.77 0.15
Hex 9 44 2C 57 0 23 49 9C 4D F
Octal 11 104 54 127 0 43 111 234 115 17
Binary 1001 1000100 101100 1010111 0 100011 1001001 10011100 1001101 1111

Color Harmonies of #09442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09442C

Black with #09442C

Text Example


Text Example

White with #09442C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09442C; }

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

 H1.HeaderClassName
 {
   color: #09442C;
 }
 .AnyTagClassName
 {
   color: #09442C;
 }
</style>

background-color css

<style>
 a { background-color: #09442C; }

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

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

border-color css

<style>
 span { border-color: #09442C; }

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

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