Html Css Color HEX #09462E British Racing Green

📋 copy color: '#09462E'

red 9 ◦ green 70 ◦ blue 46

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

Shades of British Racing Green #09462E

Tints of British Racing Green #09462E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 56%

 BLUE value IS 46 (18.36% from 255) = 36.8%

R = 7.2%
G = 56%
B = 36.8%

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

#09462E (or 0x09462E) is known color: British Racing Green. HEX triplet: 09, 46 and 2E. RGB value is (9,70,46). Sum of RGB (Red+Green+Blue) = 9+70+46=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #09462E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09462E is #F6B9D1. Grayscale: #313131. Windows color (decimal): -16169426 or 3032585. OLE color: 3032585.

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

Color convert

RGB 9 70 46 -
CMYK 0.87 0 0.34 0.73
HSL 156.39º 0.77% 0.15% -
HSV(B) 156.39º 0.87% 0.27% -
XYZ 2.8 4.64 3.33 -
YUV 49.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 9 70 46 0.87 0 0.34 0.73 156.39 0.77 0.15
Hex 9 46 2E 57 0 22 49 9C 4D F
Octal 11 106 56 127 0 42 111 234 115 17
Binary 1001 1000110 101110 1010111 0 100010 1001001 10011100 1001101 1111

Color Harmonies of #09462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09462E

Black with #09462E

Text Example


Text Example

White with #09462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09462E; }

 p { color: rgb(9,70,46); }

 H1.HeaderClassName
 {
   color: #09462E;
 }
 .AnyTagClassName
 {
   color: #09462E;
 }
</style>

background-color css

<style>
 a { background-color: #09462E; }

 a { background-color: rgb(9,70,46); }

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

border-color css

<style>
 span { border-color: #09462E; }

 span { border-color: rgb(9,70,46); }

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