Html Css Color HEX #094231 British Racing Green

📋 copy color: '#094231'

red 9 ◦ green 66 ◦ blue 49

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

Shades of British Racing Green #094231

Tints of British Racing Green #094231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 53.23%

 BLUE value IS 49 (19.53% from 255) = 39.52%

R = 7.26%
G = 53.23%
B = 39.52%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#094231 (or 0x094231) is known color: British Racing Green. HEX triplet: 09, 42 and 31. RGB value is (9,66,49). Sum of RGB (Red+Green+Blue) = 9+66+49=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #094231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094231 is #F6BDCE. Grayscale: #2F2F2F. Windows color (decimal): -16170447 or 3228169. OLE color: 3228169.

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

Color convert

RGB 9 66 49 -
CMYK 0.86 0 0.26 0.74
HSL 162.11º 0.76% 0.15% -
HSV(B) 162.11º 0.86% 0.26% -
XYZ 2.62 4.18 3.57 -
YUV 47.02 129.12 100.88 -
System Red Green Blue C M Y K H S L
Decimal 9 66 49 0.86 0 0.26 0.74 162.11 0.76 0.15
Hex 9 42 31 56 0 1A 4A A2 4C F
Octal 11 102 61 126 0 32 112 242 114 17
Binary 1001 1000010 110001 1010110 0 11010 1001010 10100010 1001100 1111

Color Harmonies of #094231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094231

Black with #094231

Text Example


Text Example

White with #094231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094231; }

 p { color: rgb(9,66,49); }

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

background-color css

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

 a { background-color: rgb(9,66,49); }

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

border-color css

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

 span { border-color: rgb(9,66,49); }

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