Html Css Color HEX #093B21 British Racing Green

📋 copy color: '#093B21'

red 9 ◦ green 59 ◦ blue 33

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

Shades of British Racing Green #093B21

Tints of British Racing Green #093B21

RGB

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

 GREEN value IS 59 (23.44% from 255) = 58.42%

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

R = 8.91%
G = 58.42%
B = 32.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.44

 K value IS 0.77

RGB Variations

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

Color information

#093B21 (or 0x093B21) is known color: British Racing Green. HEX triplet: 09, 3B and 21. RGB value is (9,59,33). Sum of RGB (Red+Green+Blue) = 9+59+33=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 59 (23.44% from 255 or 58.42% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 59 - color contains mainly: green. Hex color #093B21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B21 is #F6C4DE. Grayscale: #292929. Windows color (decimal): -16172255 or 2177801. OLE color: 2177801.

HSL color Cylindrical-coordinate representation of color #093B21: hue angle of 148.8º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093B21 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 59 33 -
CMYK 0.85 0 0.44 0.77
HSL 148.8º 0.74% 0.13% -
HSV(B) 148.8º 0.85% 0.23% -
XYZ 1.95 3.3 1.97 -
YUV 41.09 123.44 105.11 -
System Red Green Blue C M Y K H S L
Decimal 9 59 33 0.85 0 0.44 0.77 148.8 0.74 0.13
Hex 9 3B 21 55 0 2C 4D 95 4A D
Octal 11 73 41 125 0 54 115 225 112 15
Binary 1001 111011 100001 1010101 0 101100 1001101 10010101 1001010 1101

Color Harmonies of #093B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093B21

Black with #093B21

Text Example


Text Example

White with #093B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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