Html Css Color HEX #09442D British Racing Green

📋 copy color: '#09442D'

red 9 ◦ green 68 ◦ blue 45

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

Shades of British Racing Green #09442D

Tints of British Racing Green #09442D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 36.89%

R = 7.38%
G = 55.74%
B = 36.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#09442D (or 0x09442D) is known color: British Racing Green. HEX triplet: 09, 44 and 2D. RGB value is (9,68,45). Sum of RGB (Red+Green+Blue) = 9+68+45=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 68 (26.95% from 255 or 55.74% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 68 - color contains mainly: green. Hex color #09442D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09442D is #F6BBD2. Grayscale: #2F2F2F. Windows color (decimal): -16169939 or 2966537. OLE color: 2966537.

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

Color convert

RGB 9 68 45 -
CMYK 0.87 0 0.34 0.73
HSL 156.61º 0.77% 0.15% -
HSV(B) 156.61º 0.87% 0.27% -
XYZ 2.65 4.38 3.19 -
YUV 47.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 9 68 45 0.87 0 0.34 0.73 156.61 0.77 0.15
Hex 9 44 2D 57 0 22 49 9D 4D F
Octal 11 104 55 127 0 42 111 235 115 17
Binary 1001 1000100 101101 1010111 0 100010 1001001 10011101 1001101 1111

Color Harmonies of #09442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09442D

Black with #09442D

Text Example


Text Example

White with #09442D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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