Html Css Color HEX #094129 British Racing Green

📋 copy color: '#094129'

red 9 ◦ green 65 ◦ blue 41

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

Shades of British Racing Green #094129

Tints of British Racing Green #094129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 35.65%

R = 7.83%
G = 56.52%
B = 35.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#094129 (or 0x094129) is known color: British Racing Green. HEX triplet: 09, 41 and 29. RGB value is (9,65,41). Sum of RGB (Red+Green+Blue) = 9+65+41=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #094129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094129 is #F6BED6. Grayscale: #2D2D2D. Windows color (decimal): -16170711 or 2703625. OLE color: 2703625.

HSL color Cylindrical-coordinate representation of color #094129: hue angle of 154.29º 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 #094129 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 65 41 -
CMYK 0.86 0 0.37 0.75
HSL 154.29º 0.76% 0.15% -
HSV(B) 154.29º 0.86% 0.25% -
XYZ 2.4 4 2.74 -
YUV 45.52 125.45 101.95 -
System Red Green Blue C M Y K H S L
Decimal 9 65 41 0.86 0 0.37 0.75 154.29 0.76 0.15
Hex 9 41 29 56 0 25 4B 9A 4C F
Octal 11 101 51 126 0 45 113 232 114 17
Binary 1001 1000001 101001 1010110 0 100101 1001011 10011010 1001100 1111

Color Harmonies of #094129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094129

Black with #094129

Text Example


Text Example

White with #094129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094129; }

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

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

background-color css

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

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

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

border-color css

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

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

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