Html Css Color HEX #093B1E British Racing Green

📋 copy color: '#093B1E'

red 9 ◦ green 59 ◦ blue 30

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

Shades of British Racing Green #093B1E

Tints of British Racing Green #093B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 30.61%

R = 9.18%
G = 60.2%
B = 30.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.49

 K value IS 0.77

RGB Variations

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

Color information

#093B1E (or 0x093B1E) is known color: British Racing Green. HEX triplet: 09, 3B and 1E. RGB value is (9,59,30). Sum of RGB (Red+Green+Blue) = 9+59+30=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 59 (23.44% from 255 or 60.20% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 59 - color contains mainly: green. Hex color #093B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B1E is #F6C4E1. Grayscale: #282828. Windows color (decimal): -16172258 or 1981193. OLE color: 1981193.

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

Color convert

RGB 9 59 30 -
CMYK 0.85 0 0.49 0.77
HSL 145.2º 0.74% 0.13% -
HSV(B) 145.2º 0.85% 0.23% -
XYZ 1.91 3.28 1.76 -
YUV 40.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 9 59 30 0.85 0 0.49 0.77 145.2 0.74 0.13
Hex 9 3B 1E 55 0 31 4D 91 4A D
Octal 11 73 36 125 0 61 115 221 112 15
Binary 1001 111011 11110 1010101 0 110001 1001101 10010001 1001010 1101

Color Harmonies of #093B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093B1E

Black with #093B1E

Text Example


Text Example

White with #093B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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