Html Css Color HEX #093A21 British Racing Green

📋 copy color: '#093A21'

red 9 ◦ green 58 ◦ blue 33

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

Shades of British Racing Green #093A21

Tints of British Racing Green #093A21

RGB

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

 GREEN value IS 58 (23.05% from 255) = 58%

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

R = 9%
G = 58%
B = 33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.43

 K value IS 0.77

RGB Variations

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

Color information

#093A21 (or 0x093A21) is known color: British Racing Green. HEX triplet: 09, 3A and 21. RGB value is (9,58,33). Sum of RGB (Red+Green+Blue) = 9+58+33=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 58 (23.05% from 255 or 58% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 58 - color contains mainly: green. Hex color #093A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A21 is #F6C5DE. Grayscale: #282828. Windows color (decimal): -16172511 or 2177545. OLE color: 2177545.

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

Color convert

RGB 9 58 33 -
CMYK 0.84 0 0.43 0.77
HSL 149.39º 0.73% 0.13% -
HSV(B) 149.39º 0.84% 0.23% -
XYZ 1.9 3.19 1.96 -
YUV 40.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 9 58 33 0.84 0 0.43 0.77 149.39 0.73 0.13
Hex 9 3A 21 54 0 2B 4D 95 49 D
Octal 11 72 41 124 0 53 115 225 111 15
Binary 1001 111010 100001 1010100 0 101011 1001101 10010101 1001001 1101

Color Harmonies of #093A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A21

Black with #093A21

Text Example


Text Example

White with #093A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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