Html Css Color HEX #09442F British Racing Green

📋 copy color: '#09442F'

red 9 ◦ green 68 ◦ blue 47

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

Shades of British Racing Green #09442F

Tints of British Racing Green #09442F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 37.9%

R = 7.26%
G = 54.84%
B = 37.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#09442F (or 0x09442F) is known color: British Racing Green. HEX triplet: 09, 44 and 2F. RGB value is (9,68,47). Sum of RGB (Red+Green+Blue) = 9+68+47=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 68 (26.95% from 255 or 54.84% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 68 - color contains mainly: green. Hex color #09442F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09442F is #F6BBD0. Grayscale: #2F2F2F. Windows color (decimal): -16169937 or 3097609. OLE color: 3097609.

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

Color convert

RGB 9 68 47 -
CMYK 0.87 0 0.31 0.73
HSL 158.64º 0.77% 0.15% -
HSV(B) 158.64º 0.87% 0.27% -
XYZ 2.69 4.4 3.4 -
YUV 47.97 127.45 100.21 -
System Red Green Blue C M Y K H S L
Decimal 9 68 47 0.87 0 0.31 0.73 158.64 0.77 0.15
Hex 9 44 2F 57 0 1F 49 9F 4D F
Octal 11 104 57 127 0 37 111 237 115 17
Binary 1001 1000100 101111 1010111 0 11111 1001001 10011111 1001101 1111

Color Harmonies of #09442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09442F

Black with #09442F

Text Example


Text Example

White with #09442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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