Html Css Color HEX #094028 British Racing Green

📋 copy color: '#094028'

red 9 ◦ green 64 ◦ blue 40

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

Shades of British Racing Green #094028

Tints of British Racing Green #094028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 56.64%

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

R = 7.96%
G = 56.64%
B = 35.4%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#094028 (or 0x094028) is known color: British Racing Green. HEX triplet: 09, 40 and 28. RGB value is (9,64,40). Sum of RGB (Red+Green+Blue) = 9+64+40=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #094028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094028 is #F6BFD7. Grayscale: #2C2C2C. Windows color (decimal): -16170968 or 2637833. OLE color: 2637833.

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

Color convert

RGB 9 64 40 -
CMYK 0.86 0 0.38 0.75
HSL 153.82º 0.75% 0.14% -
HSV(B) 153.82º 0.86% 0.25% -
XYZ 2.33 3.88 2.63 -
YUV 44.82 125.28 102.45 -
System Red Green Blue C M Y K H S L
Decimal 9 64 40 0.86 0 0.38 0.75 153.82 0.75 0.14
Hex 9 40 28 56 0 26 4B 9A 4B E
Octal 11 100 50 126 0 46 113 232 113 16
Binary 1001 1000000 101000 1010110 0 100110 1001011 10011010 1001011 1110

Color Harmonies of #094028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094028

Black with #094028

Text Example


Text Example

White with #094028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094028; }

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

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

background-color css

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

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

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

border-color css

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

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

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