Html Css Color HEX #093D1F British Racing Green

📋 copy color: '#093D1F'

red 9 ◦ green 61 ◦ blue 31

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

Shades of British Racing Green #093D1F

Tints of British Racing Green #093D1F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 60.4%

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

R = 8.91%
G = 60.4%
B = 30.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.49

 K value IS 0.76

RGB Variations

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

Color information

#093D1F (or 0x093D1F) is known color: British Racing Green. HEX triplet: 09, 3D and 1F. RGB value is (9,61,31). Sum of RGB (Red+Green+Blue) = 9+61+31=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 61 (24.22% from 255 or 60.40% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 61 - color contains mainly: green. Hex color #093D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D1F is #F6C2E0. Grayscale: #2A2A2A. Windows color (decimal): -16171745 or 2047241. OLE color: 2047241.

HSL color Cylindrical-coordinate representation of color #093D1F: hue angle of 145.38º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093D1F is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 61 31 -
CMYK 0.85 0 0.49 0.76
HSL 145.38º 0.74% 0.14% -
HSV(B) 145.38º 0.85% 0.24% -
XYZ 2.03 3.49 1.86 -
YUV 42.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 9 61 31 0.85 0 0.49 0.76 145.38 0.74 0.14
Hex 9 3D 1F 55 0 31 4C 91 4A E
Octal 11 75 37 125 0 61 114 221 112 16
Binary 1001 111101 11111 1010101 0 110001 1001100 10010001 1001010 1110

Color Harmonies of #093D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093D1F

Black with #093D1F

Text Example


Text Example

White with #093D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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