Html Css Color HEX #094925 British Racing Green

📋 copy color: '#094925'

red 9 ◦ green 73 ◦ blue 37

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

Shades of British Racing Green #094925

Tints of British Racing Green #094925

RGB

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

 GREEN value IS 73 (28.91% from 255) = 61.34%

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

R = 7.56%
G = 61.34%
B = 31.09%

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

#094925 (or 0x094925) is known color: British Racing Green. HEX triplet: 09, 49 and 25. RGB value is (9,73,37). Sum of RGB (Red+Green+Blue) = 9+73+37=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 73 (28.91% from 255 or 61.34% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 73 - color contains mainly: green. Hex color #094925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094925 is #F6B6DA. Grayscale: #313131. Windows color (decimal): -16168667 or 2443529. OLE color: 2443529.

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

Color convert

RGB 9 73 37 -
CMYK 0.88 0 0.49 0.71
HSL 146.25º 0.78% 0.16% -
HSV(B) 146.25º 0.88% 0.29% -
XYZ 2.83 4.96 2.56 -
YUV 49.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 9 73 37 0.88 0 0.49 0.71 146.25 0.78 0.16
Hex 9 49 25 58 0 31 47 92 4E 10
Octal 11 111 45 130 0 61 107 222 116 20
Binary 1001 1001001 100101 1011000 0 110001 1000111 10010010 1001110 10000

Color Harmonies of #094925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094925

Black with #094925

Text Example


Text Example

White with #094925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094925; }

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

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

background-color css

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

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

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

border-color css

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

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

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