Html Css Color HEX #034920 British Racing Green

📋 copy color: '#034920'

red 3 ◦ green 73 ◦ blue 32

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

Shades of British Racing Green #034920

Tints of British Racing Green #034920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 29.63%

R = 2.78%
G = 67.59%
B = 29.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#034920 (or 0x034920) is known color: British Racing Green. HEX triplet: 03, 49 and 20. RGB value is (3,73,32). Sum of RGB (Red+Green+Blue) = 3+73+32=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 73 (28.91% from 255 or 67.59% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 73 - color contains mainly: green. Hex color #034920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034920 is #FCB6DF. Grayscale: #2F2F2F. Windows color (decimal): -16561888 or 2115843. OLE color: 2115843.

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

Color convert

RGB 3 73 32 -
CMYK 0.96 0 0.56 0.71
HSL 144.86º 0.92% 0.15% -
HSV(B) 144.86º 0.96% 0.29% -
XYZ 2.68 4.89 2.17 -
YUV 47.4 119.31 96.33 -
System Red Green Blue C M Y K H S L
Decimal 3 73 32 0.96 0 0.56 0.71 144.86 0.92 0.15
Hex 3 49 20 60 0 38 47 91 5C F
Octal 3 111 40 140 0 70 107 221 134 17
Binary 11 1001001 100000 1100000 0 111000 1000111 10010001 1011100 1111

Color Harmonies of #034920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034920

Black with #034920

Text Example


Text Example

White with #034920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034920; }

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

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

background-color css

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

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

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

border-color css

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

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

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