Html Css Color HEX #093A1F British Racing Green

📋 copy color: '#093A1F'

red 9 ◦ green 58 ◦ blue 31

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

Shades of British Racing Green #093A1F

Tints of British Racing Green #093A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 31.63%

R = 9.18%
G = 59.18%
B = 31.63%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.47

 K value IS 0.77

RGB Variations

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

Color information

#093A1F (or 0x093A1F) is known color: British Racing Green. HEX triplet: 09, 3A and 1F. RGB value is (9,58,31). Sum of RGB (Red+Green+Blue) = 9+58+31=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 58 (23.05% from 255 or 59.18% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 58 - color contains mainly: green. Hex color #093A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A1F is #F6C5E0. Grayscale: #282828. Windows color (decimal): -16172513 or 2046473. OLE color: 2046473.

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

Color convert

RGB 9 58 31 -
CMYK 0.84 0 0.47 0.77
HSL 146.94º 0.73% 0.13% -
HSV(B) 146.94º 0.84% 0.23% -
XYZ 1.87 3.18 1.81 -
YUV 40.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 9 58 31 0.84 0 0.47 0.77 146.94 0.73 0.13
Hex 9 3A 1F 54 0 2F 4D 93 49 D
Octal 11 72 37 124 0 57 115 223 111 15
Binary 1001 111010 11111 1010100 0 101111 1001101 10010011 1001001 1101

Color Harmonies of #093A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A1F

Black with #093A1F

Text Example


Text Example

White with #093A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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