Html Css Color HEX #003810 British Racing Green

📋 copy color: '#003810'

red 0 ◦ green 56 ◦ blue 16

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

Shades of British Racing Green #003810

Tints of British Racing Green #003810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 22.22%

R = 0%
G = 77.78%
B = 22.22%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#003810 (or 0x003810) is known color: British Racing Green. HEX triplet: 00, 38 and 10. RGB value is (0,56,16). Sum of RGB (Red+Green+Blue) = 0+56+16=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 56 (22.27% from 255 or 77.78% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 56 - color contains mainly: green. Hex color #003810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003810 is #FFC7EF. Grayscale: #222222. Windows color (decimal): -16762864 or 1062912. OLE color: 1062912.

HSL color Cylindrical-coordinate representation of color #003810: hue angle of 137.14º 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 #003810 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 56 16 -
CMYK 1 0 0.71 0.78
HSL 137.14º 1% 0.11% -
HSV(B) 137.14º 1% 0.22% -
XYZ 1.51 2.87 0.96 -
YUV 34.7 117.45 103.25 -
System Red Green Blue C M Y K H S L
Decimal 0 56 16 1 0 0.71 0.78 137.14 1 0.11
Hex 0 38 10 64 0 47 4E 89 64 B
Octal 0 70 20 144 0 107 116 211 144 13
Binary 0 111000 10000 1100100 0 1000111 1001110 10001001 1100100 1011

Color Harmonies of #003810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003810

Black with #003810

Text Example


Text Example

White with #003810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003810; }

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

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

background-color css

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

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

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

border-color css

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

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

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