Html Css Color HEX #094428 British Racing Green

📋 copy color: '#094428'

red 9 ◦ green 68 ◦ blue 40

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

Shades of British Racing Green #094428

Tints of British Racing Green #094428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 58.12%

 BLUE value IS 40 (16.02% from 255) = 34.19%

R = 7.69%
G = 58.12%
B = 34.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#094428 (or 0x094428) is known color: British Racing Green. HEX triplet: 09, 44 and 28. RGB value is (9,68,40). Sum of RGB (Red+Green+Blue) = 9+68+40=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 68 (26.95% from 255 or 58.12% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 68 - color contains mainly: green. Hex color #094428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094428 is #F6BBD7. Grayscale: #2F2F2F. Windows color (decimal): -16169944 or 2638857. OLE color: 2638857.

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

Color convert

RGB 9 68 40 -
CMYK 0.87 0 0.41 0.73
HSL 151.53º 0.77% 0.15% -
HSV(B) 151.53º 0.87% 0.27% -
XYZ 2.56 4.35 2.71 -
YUV 47.17 123.95 100.78 -
System Red Green Blue C M Y K H S L
Decimal 9 68 40 0.87 0 0.41 0.73 151.53 0.77 0.15
Hex 9 44 28 57 0 29 49 98 4D F
Octal 11 104 50 127 0 51 111 230 115 17
Binary 1001 1000100 101000 1010111 0 101001 1001001 10011000 1001101 1111

Color Harmonies of #094428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094428

Black with #094428

Text Example


Text Example

White with #094428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094428; }

 p { color: rgb(9,68,40); }

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

background-color css

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

 a { background-color: rgb(9,68,40); }

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

border-color css

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

 span { border-color: rgb(9,68,40); }

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