Html Css Color HEX #003811 British Racing Green

📋 copy color: '#003811'

red 0 ◦ green 56 ◦ blue 17

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

Shades of British Racing Green #003811

Tints of British Racing Green #003811

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 56 (22.27% from 255) = 76.71%

 BLUE value IS 17 (7.03% from 255) = 23.29%

R = 0%
G = 76.71%
B = 23.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#003811 (or 0x003811) is known color: British Racing Green. HEX triplet: 00, 38 and 11. RGB value is (0,56,17). Sum of RGB (Red+Green+Blue) = 0+56+17=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 56 (22.27% from 255 or 76.71% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 56 - color contains mainly: green. Hex color #003811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003811 is #FFC7EE. Grayscale: #222222. Windows color (decimal): -16762863 or 1128448. OLE color: 1128448.

HSL color Cylindrical-coordinate representation of color #003811: hue angle of 138.21º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003811 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 56 17 -
CMYK 1 0 0.70 0.78
HSL 138.21º 1% 0.11% -
HSV(B) 138.21º 1% 0.22% -
XYZ 1.52 2.87 1 -
YUV 34.81 117.95 103.17 -
System Red Green Blue C M Y K H S L
Decimal 0 56 17 1 0 0.70 0.78 138.21 1 0.11
Hex 0 38 11 64 0 46 4E 8A 64 B
Octal 0 70 21 144 0 106 116 212 144 13
Binary 0 111000 10001 1100100 0 1000110 1001110 10001010 1100100 1011

Color Harmonies of #003811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003811

Black with #003811

Text Example


Text Example

White with #003811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003811; }

 p { color: rgb(0,56,17); }

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

background-color css

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

 a { background-color: rgb(0,56,17); }

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

border-color css

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

 span { border-color: rgb(0,56,17); }

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