Html Css Color HEX #093F20 British Racing Green

📋 copy color: '#093F20'

red 9 ◦ green 63 ◦ blue 32

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

Shades of British Racing Green #093F20

Tints of British Racing Green #093F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 30.77%

R = 8.65%
G = 60.58%
B = 30.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#093F20 (or 0x093F20) is known color: British Racing Green. HEX triplet: 09, 3F and 20. RGB value is (9,63,32). Sum of RGB (Red+Green+Blue) = 9+63+32=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 63 (25% from 255 or 60.58% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 63 - color contains mainly: green. Hex color #093F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F20 is #F6C0DF. Grayscale: #2B2B2B. Windows color (decimal): -16171232 or 2113289. OLE color: 2113289.

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

Color convert

RGB 9 63 32 -
CMYK 0.86 0 0.49 0.75
HSL 145.56º 0.75% 0.14% -
HSV(B) 145.56º 0.86% 0.25% -
XYZ 2.15 3.72 1.97 -
YUV 43.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 9 63 32 0.86 0 0.49 0.75 145.56 0.75 0.14
Hex 9 3F 20 56 0 31 4B 92 4B E
Octal 11 77 40 126 0 61 113 222 113 16
Binary 1001 111111 100000 1010110 0 110001 1001011 10010010 1001011 1110

Color Harmonies of #093F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093F20

Black with #093F20

Text Example


Text Example

White with #093F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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