Html Css Color HEX #094B26 British Racing Green

📋 copy color: '#094B26'

red 9 ◦ green 75 ◦ blue 38

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

Shades of British Racing Green #094B26

Tints of British Racing Green #094B26

RGB

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

 GREEN value IS 75 (29.69% from 255) = 61.48%

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

R = 7.38%
G = 61.48%
B = 31.15%

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

#094B26 (or 0x094B26) is known color: British Racing Green. HEX triplet: 09, 4B and 26. RGB value is (9,75,38). Sum of RGB (Red+Green+Blue) = 9+75+38=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 75 (29.69% from 255 or 61.48% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 75 - color contains mainly: green. Hex color #094B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094B26 is #F6B4D9. Grayscale: #333333. Windows color (decimal): -16168154 or 2509577. OLE color: 2509577.

HSL color Cylindrical-coordinate representation of color #094B26: hue angle of 146.36º degrees, saturation: 0.79, 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 #094B26 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 75 38 -
CMYK 0.88 0 0.49 0.71
HSL 146.36º 0.79% 0.16% -
HSV(B) 146.36º 0.88% 0.29% -
XYZ 2.98 5.23 2.69 -
YUV 51.05 120.63 98.01 -
System Red Green Blue C M Y K H S L
Decimal 9 75 38 0.88 0 0.49 0.71 146.36 0.79 0.16
Hex 9 4B 26 58 0 31 47 92 4F 10
Octal 11 113 46 130 0 61 107 222 117 20
Binary 1001 1001011 100110 1011000 0 110001 1000111 10010010 1001111 10000

Color Harmonies of #094B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094B26

Black with #094B26

Text Example


Text Example

White with #094B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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