Html Css Color HEX #034913 British Racing Green

📋 copy color: '#034913'

red 3 ◦ green 73 ◦ blue 19

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

Shades of British Racing Green #034913

Tints of British Racing Green #034913

RGB

 RED value IS 3 (1.56% from 255) = 3.16%

 GREEN value IS 73 (28.91% from 255) = 76.84%

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

R = 3.16%
G = 76.84%
B = 20%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#034913 (or 0x034913) is known color: British Racing Green. HEX triplet: 03, 49 and 13. RGB value is (3,73,19). Sum of RGB (Red+Green+Blue) = 3+73+19=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 73 (28.91% from 255 or 76.84% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 73 - color contains mainly: green. Hex color #034913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034913 is #FCB6EC. Grayscale: #2E2E2E. Windows color (decimal): -16561901 or 1263875. OLE color: 1263875.

HSL color Cylindrical-coordinate representation of color #034913: hue angle of 133.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034913 is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 73 19 -
CMYK 0.96 0 0.74 0.71
HSL 133.71º 0.92% 0.15% -
HSV(B) 133.71º 0.96% 0.29% -
XYZ 2.54 4.83 1.41 -
YUV 45.91 112.81 97.39 -
System Red Green Blue C M Y K H S L
Decimal 3 73 19 0.96 0 0.74 0.71 133.71 0.92 0.15
Hex 3 49 13 60 0 4A 47 86 5C F
Octal 3 111 23 140 0 112 107 206 134 17
Binary 11 1001001 10011 1100000 0 1001010 1000111 10000110 1011100 1111

Color Harmonies of #034913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034913

Black with #034913

Text Example


Text Example

White with #034913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034913; }

 p { color: rgb(3,73,19); }

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

background-color css

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

 a { background-color: rgb(3,73,19); }

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

border-color css

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

 span { border-color: rgb(3,73,19); }

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