Html Css Color HEX #09462B British Racing Green

📋 copy color: '#09462B'

red 9 ◦ green 70 ◦ blue 43

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

Shades of British Racing Green #09462B

Tints of British Racing Green #09462B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 35.25%

R = 7.38%
G = 57.38%
B = 35.25%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.39

 K value IS 0.73

RGB Variations

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

Color information

#09462B (or 0x09462B) is known color: British Racing Green. HEX triplet: 09, 46 and 2B. RGB value is (9,70,43). Sum of RGB (Red+Green+Blue) = 9+70+43=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 70 (27.73% from 255 or 57.38% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 70 - color contains mainly: green. Hex color #09462B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09462B is #F6B9D4. Grayscale: #303030. Windows color (decimal): -16169429 or 2835977. OLE color: 2835977.

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

Color convert

RGB 9 70 43 -
CMYK 0.87 0 0.39 0.73
HSL 153.44º 0.77% 0.15% -
HSV(B) 153.44º 0.87% 0.27% -
XYZ 2.74 4.61 3.03 -
YUV 48.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 9 70 43 0.87 0 0.39 0.73 153.44 0.77 0.15
Hex 9 46 2B 57 0 27 49 99 4D F
Octal 11 106 53 127 0 47 111 231 115 17
Binary 1001 1000110 101011 1010111 0 100111 1001001 10011001 1001101 1111

Color Harmonies of #09462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09462B

Black with #09462B

Text Example


Text Example

White with #09462B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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