Html Css Color HEX #094B31 British Racing Green

📋 copy color: '#094B31'

red 9 ◦ green 75 ◦ blue 49

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

Shades of British Racing Green #094B31

Tints of British Racing Green #094B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 36.84%

R = 6.77%
G = 56.39%
B = 36.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.71

RGB Variations

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

Color information

#094B31 (or 0x094B31) is known color: British Racing Green. HEX triplet: 09, 4B and 31. RGB value is (9,75,49). Sum of RGB (Red+Green+Blue) = 9+75+49=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 75 (29.69% from 255 or 56.39% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 75 - color contains mainly: green. Hex color #094B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094B31 is #F6B4CE. Grayscale: #343434. Windows color (decimal): -16168143 or 3230473. OLE color: 3230473.

HSL color Cylindrical-coordinate representation of color #094B31: hue angle of 156.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 #094B31 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 75 49 -
CMYK 0.88 0 0.35 0.71
HSL 156.36º 0.79% 0.16% -
HSV(B) 156.36º 0.88% 0.29% -
XYZ 3.18 5.31 3.76 -
YUV 52.3 126.13 97.11 -
System Red Green Blue C M Y K H S L
Decimal 9 75 49 0.88 0 0.35 0.71 156.36 0.79 0.16
Hex 9 4B 31 58 0 23 47 9C 4F 10
Octal 11 113 61 130 0 43 107 234 117 20
Binary 1001 1001011 110001 1011000 0 100011 1000111 10011100 1001111 10000

Color Harmonies of #094B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094B31

Black with #094B31

Text Example


Text Example

White with #094B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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