Html Css Color HEX #094230 British Racing Green

📋 copy color: '#094230'

red 9 ◦ green 66 ◦ blue 48

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

Shades of British Racing Green #094230

Tints of British Racing Green #094230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 53.66%

 BLUE value IS 48 (19.14% from 255) = 39.02%

R = 7.32%
G = 53.66%
B = 39.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#094230 (or 0x094230) is known color: British Racing Green. HEX triplet: 09, 42 and 30. RGB value is (9,66,48). Sum of RGB (Red+Green+Blue) = 9+66+48=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #094230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094230 is #F6BDCF. Grayscale: #2E2E2E. Windows color (decimal): -16170448 or 3162633. OLE color: 3162633.

HSL color Cylindrical-coordinate representation of color #094230: hue angle of 161.05º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094230 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 66 48 -
CMYK 0.86 0 0.27 0.74
HSL 161.05º 0.76% 0.15% -
HSV(B) 161.05º 0.86% 0.26% -
XYZ 2.59 4.17 3.46 -
YUV 46.91 128.62 100.96 -
System Red Green Blue C M Y K H S L
Decimal 9 66 48 0.86 0 0.27 0.74 161.05 0.76 0.15
Hex 9 42 30 56 0 1B 4A A1 4C F
Octal 11 102 60 126 0 33 112 241 114 17
Binary 1001 1000010 110000 1010110 0 11011 1001010 10100001 1001100 1111

Color Harmonies of #094230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094230

Black with #094230

Text Example


Text Example

White with #094230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094230; }

 p { color: rgb(9,66,48); }

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

background-color css

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

 a { background-color: rgb(9,66,48); }

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

border-color css

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

 span { border-color: rgb(9,66,48); }

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