Html Css Color HEX #094A2C British Racing Green

📋 copy color: '#094A2C'

red 9 ◦ green 74 ◦ blue 44

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

Shades of British Racing Green #094A2C

Tints of British Racing Green #094A2C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 58.27%

 BLUE value IS 44 (17.58% from 255) = 34.65%

R = 7.09%
G = 58.27%
B = 34.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#094A2C (or 0x094A2C) is known color: British Racing Green. HEX triplet: 09, 4A and 2C. RGB value is (9,74,44). Sum of RGB (Red+Green+Blue) = 9+74+44=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 74 (29.30% from 255 or 58.27% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 74 - color contains mainly: green. Hex color #094A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094A2C is #F6B5D3. Grayscale: #333333. Windows color (decimal): -16168404 or 2902537. OLE color: 2902537.

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

Color convert

RGB 9 74 44 -
CMYK 0.88 0 0.41 0.71
HSL 152.31º 0.78% 0.16% -
HSV(B) 152.31º 0.88% 0.29% -
XYZ 3.02 5.14 3.22 -
YUV 51.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 9 74 44 0.88 0 0.41 0.71 152.31 0.78 0.16
Hex 9 4A 2C 58 0 29 47 98 4E 10
Octal 11 112 54 130 0 51 107 230 116 20
Binary 1001 1001010 101100 1011000 0 101001 1000111 10011000 1001110 10000

Color Harmonies of #094A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A2C

Black with #094A2C

Text Example


Text Example

White with #094A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,74,44); }

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

background-color css

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

 a { background-color: rgb(9,74,44); }

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

border-color css

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

 span { border-color: rgb(9,74,44); }

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