Html Css Color HEX #094630 British Racing Green

📋 copy color: '#094630'

red 9 ◦ green 70 ◦ blue 48

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

Shades of British Racing Green #094630

Tints of British Racing Green #094630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 37.8%

R = 7.09%
G = 55.12%
B = 37.8%

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

#094630 (or 0x094630) is known color: British Racing Green. HEX triplet: 09, 46 and 30. RGB value is (9,70,48). Sum of RGB (Red+Green+Blue) = 9+70+48=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #094630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094630 is #F6B9CF. Grayscale: #313131. Windows color (decimal): -16169424 or 3163657. OLE color: 3163657.

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

Color convert

RGB 9 70 48 -
CMYK 0.87 0 0.31 0.73
HSL 158.36º 0.77% 0.15% -
HSV(B) 158.36º 0.87% 0.27% -
XYZ 2.84 4.65 3.54 -
YUV 49.25 127.29 99.29 -
System Red Green Blue C M Y K H S L
Decimal 9 70 48 0.87 0 0.31 0.73 158.36 0.77 0.15
Hex 9 46 30 57 0 1F 49 9E 4D F
Octal 11 106 60 127 0 37 111 236 115 17
Binary 1001 1000110 110000 1010111 0 11111 1001001 10011110 1001101 1111

Color Harmonies of #094630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094630

Black with #094630

Text Example


Text Example

White with #094630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094630; }

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

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

background-color css

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

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

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

border-color css

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

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

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