Html Css Color HEX #093E2C British Racing Green

📋 copy color: '#093E2C'

red 9 ◦ green 62 ◦ blue 44

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

Shades of British Racing Green #093E2C

Tints of British Racing Green #093E2C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 53.91%

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

R = 7.83%
G = 53.91%
B = 38.26%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.29

 K value IS 0.76

RGB Variations

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

Color information

#093E2C (or 0x093E2C) is known color: British Racing Green. HEX triplet: 09, 3E and 2C. RGB value is (9,62,44). Sum of RGB (Red+Green+Blue) = 9+62+44=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 62 (24.61% from 255 or 53.91% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 62 - color contains mainly: green. Hex color #093E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093E2C is #F6C1D3. Grayscale: #2C2C2C. Windows color (decimal): -16171476 or 2899465. OLE color: 2899465.

HSL color Cylindrical-coordinate representation of color #093E2C: hue angle of 159.62º degrees, saturation: 0.75, 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 #093E2C is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 62 44 -
CMYK 0.85 0 0.29 0.76
HSL 159.62º 0.75% 0.14% -
HSV(B) 159.62º 0.85% 0.24% -
XYZ 2.29 3.69 2.97 -
YUV 44.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 9 62 44 0.85 0 0.29 0.76 159.62 0.75 0.14
Hex 9 3E 2C 55 0 1D 4C A0 4B E
Octal 11 76 54 125 0 35 114 240 113 16
Binary 1001 111110 101100 1010101 0 11101 1001100 10100000 1001011 1110

Color Harmonies of #093E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E2C

Black with #093E2C

Text Example


Text Example

White with #093E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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