Html Css Color HEX #034420 British Racing Green

📋 copy color: '#034420'

red 3 ◦ green 68 ◦ blue 32

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

Shades of British Racing Green #034420

Tints of British Racing Green #034420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 66.02%

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

R = 2.91%
G = 66.02%
B = 31.07%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#034420 (or 0x034420) is known color: British Racing Green. HEX triplet: 03, 44 and 20. RGB value is (3,68,32). Sum of RGB (Red+Green+Blue) = 3+68+32=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 68 (26.95% from 255 or 66.02% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 68 - color contains mainly: green. Hex color #034420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034420 is #FCBBDF. Grayscale: #2C2C2C. Windows color (decimal): -16563168 or 2114563. OLE color: 2114563.

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

Color convert

RGB 3 68 32 -
CMYK 0.96 0 0.53 0.73
HSL 146.77º 0.92% 0.14% -
HSV(B) 146.77º 0.96% 0.27% -
XYZ 2.37 4.26 2.06 -
YUV 44.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 3 68 32 0.96 0 0.53 0.73 146.77 0.92 0.14
Hex 3 44 20 60 0 35 49 93 5C E
Octal 3 104 40 140 0 65 111 223 134 16
Binary 11 1000100 100000 1100000 0 110101 1001001 10010011 1011100 1110

Color Harmonies of #034420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034420

Black with #034420

Text Example


Text Example

White with #034420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034420; }

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

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

background-color css

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

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

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

border-color css

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

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

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