#094B1F

Color #094B1F British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #094B1F

Tints of British Racing Green #094B1F

Color information

#094B1F (or 0x094B1F) is unknown color: approx British Racing Green. HEX triplet: 09, 4B and 1F. RGB value is (9,75,31). Sum of RGB (Red+Green+Blue) = 9+75+31=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 75 (29.69% from 255 or 65.22% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 75 - color contains mainly: green. Hex color #094B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094B1F is #F6B4E0. Grayscale: #323232. Windows color (decimal): -16168161 or 2050825. OLE color: 2050825.

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

Color convert

RGB97531-
CMYK0.8800.590.71
HSL140º78.57%16.47%-
HSV(B)140º88%29.41%-
XYZ2.885.192.15-
YUV50.25117.1398.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.83%
GREEN value IS 75 (29.69% from 255) = 65.22%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=7.83%
G=65.22%
B=26.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal975310.8800.590.7114078.5716.47
Hex94B1F5803B478c4f10
Octal111133713007310721411720
Binary100110010111111110110000111011100011110001100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #094B1F;
 }
 .AnyTagClassName
 {
   color: #094B1F;
 }
</style>
background-color css

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

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

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

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

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

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