Html Css Color HEX #034620 British Racing Green

📋 copy color: '#034620'

red 3 ◦ green 70 ◦ blue 32

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

Shades of British Racing Green #034620

Tints of British Racing Green #034620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 66.67%

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

R = 2.86%
G = 66.67%
B = 30.48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#034620 (or 0x034620) is known color: British Racing Green. HEX triplet: 03, 46 and 20. RGB value is (3,70,32). Sum of RGB (Red+Green+Blue) = 3+70+32=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 70 (27.73% from 255 or 66.67% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 70 - color contains mainly: green. Hex color #034620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034620 is #FCB9DF. Grayscale: #2D2D2D. Windows color (decimal): -16562656 or 2115075. OLE color: 2115075.

HSL color Cylindrical-coordinate representation of color #034620: hue angle of 145.97º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034620 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 70 32 -
CMYK 0.96 0 0.54 0.73
HSL 145.97º 0.92% 0.14% -
HSV(B) 145.97º 0.96% 0.27% -
XYZ 2.49 4.5 2.1 -
YUV 45.64 120.3 97.59 -
System Red Green Blue C M Y K H S L
Decimal 3 70 32 0.96 0 0.54 0.73 145.97 0.92 0.14
Hex 3 46 20 60 0 36 49 92 5C E
Octal 3 106 40 140 0 66 111 222 134 16
Binary 11 1000110 100000 1100000 0 110110 1001001 10010010 1011100 1110

Color Harmonies of #034620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034620

Black with #034620

Text Example


Text Example

White with #034620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034620; }

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

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

background-color css

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

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

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

border-color css

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

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

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