Html Css Color HEX #093F2C British Racing Green

📋 copy color: '#093F2C'

red 9 ◦ green 63 ◦ blue 44

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

Shades of British Racing Green #093F2C

Tints of British Racing Green #093F2C

RGB

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

 GREEN value IS 63 (25% from 255) = 54.31%

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

R = 7.76%
G = 54.31%
B = 37.93%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#093F2C (or 0x093F2C) is known color: British Racing Green. HEX triplet: 09, 3F and 2C. RGB value is (9,63,44). Sum of RGB (Red+Green+Blue) = 9+63+44=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 63 (25% from 255 or 54.31% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 63 - color contains mainly: green. Hex color #093F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F2C is #F6C0D3. Grayscale: #2C2C2C. Windows color (decimal): -16171220 or 2899721. OLE color: 2899721.

HSL color Cylindrical-coordinate representation of color #093F2C: hue angle of 158.89º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093F2C is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 63 44 -
CMYK 0.86 0 0.30 0.75
HSL 158.89º 0.75% 0.14% -
HSV(B) 158.89º 0.86% 0.25% -
XYZ 2.34 3.79 2.99 -
YUV 44.69 127.61 102.54 -
System Red Green Blue C M Y K H S L
Decimal 9 63 44 0.86 0 0.30 0.75 158.89 0.75 0.14
Hex 9 3F 2C 56 0 1E 4B 9F 4B E
Octal 11 77 54 126 0 36 113 237 113 16
Binary 1001 111111 101100 1010110 0 11110 1001011 10011111 1001011 1110

Color Harmonies of #093F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093F2C

Black with #093F2C

Text Example


Text Example

White with #093F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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