Html Css Color HEX #094827 British Racing Green

📋 copy color: '#094827'

red 9 ◦ green 72 ◦ blue 39

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

Shades of British Racing Green #094827

Tints of British Racing Green #094827

RGB

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

 GREEN value IS 72 (28.52% from 255) = 60%

 BLUE value IS 39 (15.63% from 255) = 32.5%

R = 7.5%
G = 60%
B = 32.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#094827 (or 0x094827) is known color: British Racing Green. HEX triplet: 09, 48 and 27. RGB value is (9,72,39). Sum of RGB (Red+Green+Blue) = 9+72+39=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 72 (28.52% from 255 or 60% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 72 - color contains mainly: green. Hex color #094827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094827 is #F6B7D8. Grayscale: #313131. Windows color (decimal): -16168921 or 2574345. OLE color: 2574345.

HSL color Cylindrical-coordinate representation of color #094827: hue angle of 148.57º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094827 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 72 39 -
CMYK 0.88 0 0.46 0.72
HSL 148.57º 0.78% 0.16% -
HSV(B) 148.57º 0.88% 0.28% -
XYZ 2.8 4.84 2.71 -
YUV 49.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 9 72 39 0.88 0 0.46 0.72 148.57 0.78 0.16
Hex 9 48 27 58 0 2E 48 95 4E 10
Octal 11 110 47 130 0 56 110 225 116 20
Binary 1001 1001000 100111 1011000 0 101110 1001000 10010101 1001110 10000

Color Harmonies of #094827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094827

Black with #094827

Text Example


Text Example

White with #094827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094827; }

 p { color: rgb(9,72,39); }

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

background-color css

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

 a { background-color: rgb(9,72,39); }

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

border-color css

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

 span { border-color: rgb(9,72,39); }

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