Html Css Color HEX #093B2B British Racing Green

📋 copy color: '#093B2B'

red 9 ◦ green 59 ◦ blue 43

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

Shades of British Racing Green #093B2B

Tints of British Racing Green #093B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 38.74%

R = 8.11%
G = 53.15%
B = 38.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.27

 K value IS 0.77

RGB Variations

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

Color information

#093B2B (or 0x093B2B) is known color: British Racing Green. HEX triplet: 09, 3B and 2B. RGB value is (9,59,43). Sum of RGB (Red+Green+Blue) = 9+59+43=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 59 (23.44% from 255 or 53.15% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 59 - color contains mainly: green. Hex color #093B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B2B is #F6C4D4. Grayscale: #2A2A2A. Windows color (decimal): -16172245 or 2833161. OLE color: 2833161.

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

Color convert

RGB 9 59 43 -
CMYK 0.85 0 0.27 0.77
HSL 160.8º 0.74% 0.13% -
HSV(B) 160.8º 0.85% 0.23% -
XYZ 2.11 3.36 2.82 -
YUV 42.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 9 59 43 0.85 0 0.27 0.77 160.8 0.74 0.13
Hex 9 3B 2B 55 0 1B 4D A1 4A D
Octal 11 73 53 125 0 33 115 241 112 15
Binary 1001 111011 101011 1010101 0 11011 1001101 10100001 1001010 1101

Color Harmonies of #093B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093B2B

Black with #093B2B

Text Example


Text Example

White with #093B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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