Html Css Color HEX #093C2E British Racing Green

📋 copy color: '#093C2E'

red 9 ◦ green 60 ◦ blue 46

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

Shades of British Racing Green #093C2E

Tints of British Racing Green #093C2E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 52.17%

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

R = 7.83%
G = 52.17%
B = 40%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#093C2E (or 0x093C2E) is known color: British Racing Green. HEX triplet: 09, 3C and 2E. RGB value is (9,60,46). Sum of RGB (Red+Green+Blue) = 9+60+46=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 60 (23.83% from 255 or 52.17% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 60 - color contains mainly: green. Hex color #093C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093C2E is #F6C3D1. Grayscale: #2B2B2B. Windows color (decimal): -16171986 or 3030025. OLE color: 3030025.

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

Color convert

RGB 9 60 46 -
CMYK 0.85 0 0.23 0.76
HSL 163.53º 0.74% 0.14% -
HSV(B) 163.53º 0.85% 0.24% -
XYZ 2.22 3.49 3.14 -
YUV 43.16 129.6 103.64 -
System Red Green Blue C M Y K H S L
Decimal 9 60 46 0.85 0 0.23 0.76 163.53 0.74 0.14
Hex 9 3C 2E 55 0 17 4C A4 4A E
Octal 11 74 56 125 0 27 114 244 112 16
Binary 1001 111100 101110 1010101 0 10111 1001100 10100100 1001010 1110

Color Harmonies of #093C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093C2E

Black with #093C2E

Text Example


Text Example

White with #093C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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