Html Css Color HEX #094C2C British Racing Green

📋 copy color: '#094C2C'

red 9 ◦ green 76 ◦ blue 44

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

Shades of British Racing Green #094C2C

Tints of British Racing Green #094C2C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 58.91%

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

R = 6.98%
G = 58.91%
B = 34.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#094C2C (or 0x094C2C) is known color: British Racing Green. HEX triplet: 09, 4C and 2C. RGB value is (9,76,44). Sum of RGB (Red+Green+Blue) = 9+76+44=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 76 (30.08% from 255 or 58.91% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 76 - color contains mainly: green. Hex color #094C2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094C2C is #F6B3D3. Grayscale: #343434. Windows color (decimal): -16167892 or 2903049. OLE color: 2903049.

HSL color Cylindrical-coordinate representation of color #094C2C: hue angle of 151.34º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094C2C is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 76 44 -
CMYK 0.88 0 0.42 0.70
HSL 151.34º 0.79% 0.17% -
HSV(B) 151.34º 0.88% 0.3% -
XYZ 3.15 5.41 3.26 -
YUV 52.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 9 76 44 0.88 0 0.42 0.70 151.34 0.79 0.17
Hex 9 4C 2C 58 0 2A 46 97 4F 11
Octal 11 114 54 130 0 52 106 227 117 21
Binary 1001 1001100 101100 1011000 0 101010 1000110 10010111 1001111 10001

Color Harmonies of #094C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C2C

Black with #094C2C

Text Example


Text Example

White with #094C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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