Html Css Color HEX #094123 British Racing Green

📋 copy color: '#094123'

red 9 ◦ green 65 ◦ blue 35

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

Shades of British Racing Green #094123

Tints of British Racing Green #094123

RGB

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

 GREEN value IS 65 (25.78% from 255) = 59.63%

 BLUE value IS 35 (14.06% from 255) = 32.11%

R = 8.26%
G = 59.63%
B = 32.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.46

 K value IS 0.75

RGB Variations

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

Color information

#094123 (or 0x094123) is known color: British Racing Green. HEX triplet: 09, 41 and 23. RGB value is (9,65,35). Sum of RGB (Red+Green+Blue) = 9+65+35=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 65 (25.78% from 255 or 59.63% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 65 - color contains mainly: green. Hex color #094123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094123 is #F6BEDC. Grayscale: #2C2C2C. Windows color (decimal): -16170717 or 2310409. OLE color: 2310409.

HSL color Cylindrical-coordinate representation of color #094123: hue angle of 147.86º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094123 is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 65 35 -
CMYK 0.86 0 0.46 0.75
HSL 147.86º 0.76% 0.15% -
HSV(B) 147.86º 0.86% 0.25% -
XYZ 2.31 3.96 2.23 -
YUV 44.84 122.45 102.44 -
System Red Green Blue C M Y K H S L
Decimal 9 65 35 0.86 0 0.46 0.75 147.86 0.76 0.15
Hex 9 41 23 56 0 2E 4B 94 4C F
Octal 11 101 43 126 0 56 113 224 114 17
Binary 1001 1000001 100011 1010110 0 101110 1001011 10010100 1001100 1111

Color Harmonies of #094123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094123

Black with #094123

Text Example


Text Example

White with #094123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094123; }

 p { color: rgb(9,65,35); }

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

background-color css

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

 a { background-color: rgb(9,65,35); }

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

border-color css

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

 span { border-color: rgb(9,65,35); }

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