Html Css Color HEX #09442A British Racing Green

📋 copy color: '#09442A'

red 9 ◦ green 68 ◦ blue 42

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

Shades of British Racing Green #09442A

Tints of British Racing Green #09442A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 35.29%

R = 7.56%
G = 57.14%
B = 35.29%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

#09442A (or 0x09442A) is known color: British Racing Green. HEX triplet: 09, 44 and 2A. RGB value is (9,68,42). Sum of RGB (Red+Green+Blue) = 9+68+42=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 68 (26.95% from 255 or 57.14% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 68 - color contains mainly: green. Hex color #09442A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09442A is #F6BBD5. Grayscale: #2F2F2F. Windows color (decimal): -16169942 or 2769929. OLE color: 2769929.

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

Color convert

RGB 9 68 42 -
CMYK 0.87 0 0.38 0.73
HSL 153.56º 0.77% 0.15% -
HSV(B) 153.56º 0.87% 0.27% -
XYZ 2.6 4.36 2.9 -
YUV 47.4 124.95 100.61 -
System Red Green Blue C M Y K H S L
Decimal 9 68 42 0.87 0 0.38 0.73 153.56 0.77 0.15
Hex 9 44 2A 57 0 26 49 9A 4D F
Octal 11 104 52 127 0 46 111 232 115 17
Binary 1001 1000100 101010 1010111 0 100110 1001001 10011010 1001101 1111

Color Harmonies of #09442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09442A

Black with #09442A

Text Example


Text Example

White with #09442A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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