Html Css Color HEX #093D2E British Racing Green

📋 copy color: '#093D2E'

red 9 ◦ green 61 ◦ blue 46

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

Shades of British Racing Green #093D2E

Tints of British Racing Green #093D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 39.66%

R = 7.76%
G = 52.59%
B = 39.66%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.76

RGB Variations

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

Color information

#093D2E (or 0x093D2E) is known color: British Racing Green. HEX triplet: 09, 3D and 2E. RGB value is (9,61,46). Sum of RGB (Red+Green+Blue) = 9+61+46=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 61 (24.22% from 255 or 52.59% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 61 - color contains mainly: green. Hex color #093D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D2E is #F6C2D1. Grayscale: #2B2B2B. Windows color (decimal): -16171730 or 3030281. OLE color: 3030281.

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

Color convert

RGB 9 61 46 -
CMYK 0.85 0 0.25 0.76
HSL 162.69º 0.74% 0.14% -
HSV(B) 162.69º 0.85% 0.24% -
XYZ 2.27 3.59 3.16 -
YUV 43.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 9 61 46 0.85 0 0.25 0.76 162.69 0.74 0.14
Hex 9 3D 2E 55 0 19 4C A3 4A E
Octal 11 75 56 125 0 31 114 243 112 16
Binary 1001 111101 101110 1010101 0 11001 1001100 10100011 1001010 1110

Color Harmonies of #093D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093D2E

Black with #093D2E

Text Example


Text Example

White with #093D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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