Html Css Color HEX #093B22 British Racing Green

📋 copy color: '#093B22'

red 9 ◦ green 59 ◦ blue 34

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

Shades of British Racing Green #093B22

Tints of British Racing Green #093B22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 33.33%

R = 8.82%
G = 57.84%
B = 33.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.42

 K value IS 0.77

RGB Variations

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

Color information

#093B22 (or 0x093B22) is known color: British Racing Green. HEX triplet: 09, 3B and 22. RGB value is (9,59,34). Sum of RGB (Red+Green+Blue) = 9+59+34=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 59 (23.44% from 255 or 57.84% from 102); Blue value is 34 (13.67% from 255 or 33.33% from 102); Max value from RGB is 59 - color contains mainly: green. Hex color #093B22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B22 is #F6C4DD. Grayscale: #292929. Windows color (decimal): -16172254 or 2243337. OLE color: 2243337.

HSL color Cylindrical-coordinate representation of color #093B22: hue angle of 150º 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 #093B22 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 59 34 -
CMYK 0.85 0 0.42 0.77
HSL 150º 0.74% 0.13% -
HSV(B) 150º 0.85% 0.23% -
XYZ 1.97 3.3 2.05 -
YUV 41.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 9 59 34 0.85 0 0.42 0.77 150 0.74 0.13
Hex 9 3B 22 55 0 2A 4D 96 4A D
Octal 11 73 42 125 0 52 115 226 112 15
Binary 1001 111011 100010 1010101 0 101010 1001101 10010110 1001010 1101

Color Harmonies of #093B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093B22

Black with #093B22

Text Example


Text Example

White with #093B22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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