Html Css Color HEX #094227 British Racing Green

📋 copy color: '#094227'

red 9 ◦ green 66 ◦ blue 39

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

Shades of British Racing Green #094227

Tints of British Racing Green #094227

RGB

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

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

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

R = 7.89%
G = 57.89%
B = 34.21%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#094227 (or 0x094227) is known color: British Racing Green. HEX triplet: 09, 42 and 27. RGB value is (9,66,39). Sum of RGB (Red+Green+Blue) = 9+66+39=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 66 (26.17% from 255 or 57.89% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 66 - color contains mainly: green. Hex color #094227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094227 is #F6BDD8. Grayscale: #2D2D2D. Windows color (decimal): -16170457 or 2572809. OLE color: 2572809.

HSL color Cylindrical-coordinate representation of color #094227: hue angle of 151.58º 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 #094227 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 66 39 -
CMYK 0.86 0 0.41 0.74
HSL 151.58º 0.76% 0.15% -
HSV(B) 151.58º 0.86% 0.26% -
XYZ 2.43 4.1 2.58 -
YUV 45.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 9 66 39 0.86 0 0.41 0.74 151.58 0.76 0.15
Hex 9 42 27 56 0 29 4A 98 4C F
Octal 11 102 47 126 0 51 112 230 114 17
Binary 1001 1000010 100111 1010110 0 101001 1001010 10011000 1001100 1111

Color Harmonies of #094227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094227

Black with #094227

Text Example


Text Example

White with #094227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094227; }

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

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

background-color css

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

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

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

border-color css

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

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

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