Html Css Color HEX #094125 British Racing Green

📋 copy color: '#094125'

red 9 ◦ green 65 ◦ blue 37

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

Shades of British Racing Green #094125

Tints of British Racing Green #094125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 58.56%

 BLUE value IS 37 (14.84% from 255) = 33.33%

R = 8.11%
G = 58.56%
B = 33.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#094125 (or 0x094125) is known color: British Racing Green. HEX triplet: 09, 41 and 25. RGB value is (9,65,37). Sum of RGB (Red+Green+Blue) = 9+65+37=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #094125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094125 is #F6BEDA. Grayscale: #2D2D2D. Windows color (decimal): -16170715 or 2441481. OLE color: 2441481.

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

Color convert

RGB 9 65 37 -
CMYK 0.86 0 0.43 0.75
HSL 150º 0.76% 0.15% -
HSV(B) 150º 0.86% 0.25% -
XYZ 2.34 3.97 2.39 -
YUV 45.06 123.45 102.28 -
System Red Green Blue C M Y K H S L
Decimal 9 65 37 0.86 0 0.43 0.75 150 0.76 0.15
Hex 9 41 25 56 0 2B 4B 96 4C F
Octal 11 101 45 126 0 53 113 226 114 17
Binary 1001 1000001 100101 1010110 0 101011 1001011 10010110 1001100 1111

Color Harmonies of #094125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094125

Black with #094125

Text Example


Text Example

White with #094125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094125; }

 p { color: rgb(9,65,37); }

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

background-color css

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

 a { background-color: rgb(9,65,37); }

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

border-color css

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

 span { border-color: rgb(9,65,37); }

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