Html Css Color HEX #094127 British Racing Green

📋 copy color: '#094127'

red 9 ◦ green 65 ◦ blue 39

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

Shades of British Racing Green #094127

Tints of British Racing Green #094127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 34.51%

R = 7.96%
G = 57.52%
B = 34.51%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#094127 (or 0x094127) is known color: British Racing Green. HEX triplet: 09, 41 and 27. RGB value is (9,65,39). Sum of RGB (Red+Green+Blue) = 9+65+39=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #094127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094127 is #F6BED8. Grayscale: #2D2D2D. Windows color (decimal): -16170713 or 2572553. OLE color: 2572553.

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

Color convert

RGB 9 65 39 -
CMYK 0.86 0 0.40 0.75
HSL 152.14º 0.76% 0.15% -
HSV(B) 152.14º 0.86% 0.25% -
XYZ 2.37 3.99 2.56 -
YUV 45.29 124.45 102.11 -
System Red Green Blue C M Y K H S L
Decimal 9 65 39 0.86 0 0.40 0.75 152.14 0.76 0.15
Hex 9 41 27 56 0 28 4B 98 4C F
Octal 11 101 47 126 0 50 113 230 114 17
Binary 1001 1000001 100111 1010110 0 101000 1001011 10011000 1001100 1111

Color Harmonies of #094127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094127

Black with #094127

Text Example


Text Example

White with #094127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094127; }

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

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

background-color css

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

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

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

border-color css

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

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

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