Html Css Color HEX #093C29 British Racing Green

📋 copy color: '#093C29'

red 9 ◦ green 60 ◦ blue 41

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

Shades of British Racing Green #093C29

Tints of British Racing Green #093C29

RGB

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

 GREEN value IS 60 (23.83% from 255) = 54.55%

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

R = 8.18%
G = 54.55%
B = 37.27%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.32

 K value IS 0.76

RGB Variations

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

Color information

#093C29 (or 0x093C29) is known color: British Racing Green. HEX triplet: 09, 3C and 29. RGB value is (9,60,41). Sum of RGB (Red+Green+Blue) = 9+60+41=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 60 (23.83% from 255 or 54.55% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 60 - color contains mainly: green. Hex color #093C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093C29 is #F6C3D6. Grayscale: #2A2A2A. Windows color (decimal): -16171991 or 2702345. OLE color: 2702345.

HSL color Cylindrical-coordinate representation of color #093C29: hue angle of 157.65º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093C29 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 60 41 -
CMYK 0.85 0 0.32 0.76
HSL 157.65º 0.74% 0.14% -
HSV(B) 157.65º 0.85% 0.24% -
XYZ 2.13 3.45 2.65 -
YUV 42.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 9 60 41 0.85 0 0.32 0.76 157.65 0.74 0.14
Hex 9 3C 29 55 0 20 4C 9E 4A E
Octal 11 74 51 125 0 40 114 236 112 16
Binary 1001 111100 101001 1010101 0 100000 1001100 10011110 1001010 1110

Color Harmonies of #093C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093C29

Black with #093C29

Text Example


Text Example

White with #093C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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