Html Css Color HEX #003913 British Racing Green

📋 copy color: '#003913'

red 0 ◦ green 57 ◦ blue 19

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

Shades of British Racing Green #003913

Tints of British Racing Green #003913

RGB

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

 GREEN value IS 57 (22.66% from 255) = 75%

 BLUE value IS 19 (7.81% from 255) = 25%

R = 0%
G = 75%
B = 25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#003913 (or 0x003913) is known color: British Racing Green. HEX triplet: 00, 39 and 13. RGB value is (0,57,19). Sum of RGB (Red+Green+Blue) = 0+57+19=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 57 (22.66% from 255 or 75% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 57 - color contains mainly: green. Hex color #003913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003913 is #FFC6EC. Grayscale: #232323. Windows color (decimal): -16762605 or 1259776. OLE color: 1259776.

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

Color convert

RGB 0 57 19 -
CMYK 1 0 0.67 0.78
HSL 140º 1% 0.11% -
HSV(B) 140º 1% 0.22% -
XYZ 1.58 2.97 1.11 -
YUV 35.63 118.62 102.59 -
System Red Green Blue C M Y K H S L
Decimal 0 57 19 1 0 0.67 0.78 140 1 0.11
Hex 0 39 13 64 0 43 4E 8C 64 B
Octal 0 71 23 144 0 103 116 214 144 13
Binary 0 111001 10011 1100100 0 1000011 1001110 10001100 1100100 1011

Color Harmonies of #003913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003913

Black with #003913

Text Example


Text Example

White with #003913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003913; }

 p { color: rgb(0,57,19); }

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

background-color css

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

 a { background-color: rgb(0,57,19); }

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

border-color css

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

 span { border-color: rgb(0,57,19); }

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