Html Css Color HEX #034916 British Racing Green

📋 copy color: '#034916'

red 3 ◦ green 73 ◦ blue 22

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

Shades of British Racing Green #034916

Tints of British Racing Green #034916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 22.45%

R = 3.06%
G = 74.49%
B = 22.45%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#034916 (or 0x034916) is known color: British Racing Green. HEX triplet: 03, 49 and 16. RGB value is (3,73,22). Sum of RGB (Red+Green+Blue) = 3+73+22=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 73 (28.91% from 255 or 74.49% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 73 - color contains mainly: green. Hex color #034916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034916 is #FCB6E9. Grayscale: #2E2E2E. Windows color (decimal): -16561898 or 1460483. OLE color: 1460483.

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

Color convert

RGB 3 73 22 -
CMYK 0.96 0 0.70 0.71
HSL 136.29º 0.92% 0.15% -
HSV(B) 136.29º 0.96% 0.29% -
XYZ 2.56 4.84 1.56 -
YUV 46.26 114.31 97.15 -
System Red Green Blue C M Y K H S L
Decimal 3 73 22 0.96 0 0.70 0.71 136.29 0.92 0.15
Hex 3 49 16 60 0 46 47 88 5C F
Octal 3 111 26 140 0 106 107 210 134 17
Binary 11 1001001 10110 1100000 0 1000110 1000111 10001000 1011100 1111

Color Harmonies of #034916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034916

Black with #034916

Text Example


Text Example

White with #034916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034916; }

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

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

background-color css

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

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

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

border-color css

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

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

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