Html Css Color HEX #094A26 British Racing Green

📋 copy color: '#094A26'

red 9 ◦ green 74 ◦ blue 38

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

Shades of British Racing Green #094A26

Tints of British Racing Green #094A26

RGB

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

 GREEN value IS 74 (29.3% from 255) = 61.16%

 BLUE value IS 38 (15.23% from 255) = 31.4%

R = 7.44%
G = 61.16%
B = 31.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#094A26 (or 0x094A26) is known color: British Racing Green. HEX triplet: 09, 4A and 26. RGB value is (9,74,38). Sum of RGB (Red+Green+Blue) = 9+74+38=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 74 (29.30% from 255 or 61.16% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 74 - color contains mainly: green. Hex color #094A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094A26 is #F6B5D9. Grayscale: #323232. Windows color (decimal): -16168410 or 2509321. OLE color: 2509321.

HSL color Cylindrical-coordinate representation of color #094A26: hue angle of 146.77º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094A26 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 74 38 -
CMYK 0.88 0 0.49 0.71
HSL 146.77º 0.78% 0.16% -
HSV(B) 146.77º 0.88% 0.29% -
XYZ 2.91 5.1 2.66 -
YUV 50.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 9 74 38 0.88 0 0.49 0.71 146.77 0.78 0.16
Hex 9 4A 26 58 0 31 47 93 4E 10
Octal 11 112 46 130 0 61 107 223 116 20
Binary 1001 1001010 100110 1011000 0 110001 1000111 10010011 1001110 10000

Color Harmonies of #094A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A26

Black with #094A26

Text Example


Text Example

White with #094A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094A26; }

 p { color: rgb(9,74,38); }

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

background-color css

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

 a { background-color: rgb(9,74,38); }

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

border-color css

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

 span { border-color: rgb(9,74,38); }

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