Html Css Color HEX #034D13 British Racing Green

📋 copy color: '#034D13'

red 3 ◦ green 77 ◦ blue 19

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

Shades of British Racing Green #034D13

Tints of British Racing Green #034D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 77.78%

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

R = 3.03%
G = 77.78%
B = 19.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#034D13 (or 0x034D13) is known color: British Racing Green. HEX triplet: 03, 4D and 13. RGB value is (3,77,19). Sum of RGB (Red+Green+Blue) = 3+77+19=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 77 (30.47% from 255 or 77.78% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 77 - color contains mainly: green. Hex color #034D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034D13 is #FCB2EC. Grayscale: #303030. Windows color (decimal): -16560877 or 1264899. OLE color: 1264899.

HSL color Cylindrical-coordinate representation of color #034D13: hue angle of 132.97º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034D13 is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 77 19 -
CMYK 0.96 0 0.75 0.70
HSL 132.97º 0.93% 0.16% -
HSV(B) 132.97º 0.96% 0.3% -
XYZ 2.81 5.37 1.51 -
YUV 48.26 111.48 95.72 -
System Red Green Blue C M Y K H S L
Decimal 3 77 19 0.96 0 0.75 0.70 132.97 0.93 0.16
Hex 3 4D 13 60 0 4B 46 85 5C 10
Octal 3 115 23 140 0 113 106 205 134 20
Binary 11 1001101 10011 1100000 0 1001011 1000110 10000101 1011100 10000

Color Harmonies of #034D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D13

Black with #034D13

Text Example


Text Example

White with #034D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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