Html Css Color HEX #003910 British Racing Green

📋 copy color: '#003910'

red 0 ◦ green 57 ◦ blue 16

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

Shades of British Racing Green #003910

Tints of British Racing Green #003910

RGB

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

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

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

R = 0%
G = 78.08%
B = 21.92%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.72

 K value IS 0.78

RGB Variations

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

Color information

#003910 (or 0x003910) is known color: British Racing Green. HEX triplet: 00, 39 and 10. RGB value is (0,57,16). Sum of RGB (Red+Green+Blue) = 0+57+16=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 57 (22.66% from 255 or 78.08% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 57 - color contains mainly: green. Hex color #003910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003910 is #FFC6EF. Grayscale: #232323. Windows color (decimal): -16762608 or 1063168. OLE color: 1063168.

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

Color convert

RGB 0 57 16 -
CMYK 1 0 0.72 0.78
HSL 136.84º 1% 0.11% -
HSV(B) 136.84º 1% 0.22% -
XYZ 1.56 2.96 0.98 -
YUV 35.28 117.12 102.83 -
System Red Green Blue C M Y K H S L
Decimal 0 57 16 1 0 0.72 0.78 136.84 1 0.11
Hex 0 39 10 64 0 48 4E 89 64 B
Octal 0 71 20 144 0 110 116 211 144 13
Binary 0 111001 10000 1100100 0 1001000 1001110 10001001 1100100 1011

Color Harmonies of #003910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003910

Black with #003910

Text Example


Text Example

White with #003910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003910; }

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

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

background-color css

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

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

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

border-color css

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

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

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