Html Css Color HEX #093921 British Racing Green

📋 copy color: '#093921'

red 9 ◦ green 57 ◦ blue 33

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

Shades of British Racing Green #093921

Tints of British Racing Green #093921

RGB

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

 GREEN value IS 57 (22.66% from 255) = 57.58%

 BLUE value IS 33 (13.28% from 255) = 33.33%

R = 9.09%
G = 57.58%
B = 33.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#093921 (or 0x093921) is known color: British Racing Green. HEX triplet: 09, 39 and 21. RGB value is (9,57,33). Sum of RGB (Red+Green+Blue) = 9+57+33=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 57 (22.66% from 255 or 57.58% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 57 - color contains mainly: green. Hex color #093921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093921 is #F6C6DE. Grayscale: #272727. Windows color (decimal): -16172767 or 2177289. OLE color: 2177289.

HSL color Cylindrical-coordinate representation of color #093921: hue angle of 150º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093921 is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 57 33 -
CMYK 0.84 0 0.42 0.78
HSL 150º 0.73% 0.13% -
HSV(B) 150º 0.84% 0.22% -
XYZ 1.85 3.09 1.94 -
YUV 39.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 9 57 33 0.84 0 0.42 0.78 150 0.73 0.13
Hex 9 39 21 54 0 2A 4E 96 49 D
Octal 11 71 41 124 0 52 116 226 111 15
Binary 1001 111001 100001 1010100 0 101010 1001110 10010110 1001001 1101

Color Harmonies of #093921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093921

Black with #093921

Text Example


Text Example

White with #093921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093921; }

 p { color: rgb(9,57,33); }

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

background-color css

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

 a { background-color: rgb(9,57,33); }

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

border-color css

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

 span { border-color: rgb(9,57,33); }

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