Html Css Color HEX #034820 British Racing Green

📋 copy color: '#034820'

red 3 ◦ green 72 ◦ blue 32

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

Shades of British Racing Green #034820

Tints of British Racing Green #034820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 67.29%

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

R = 2.8%
G = 67.29%
B = 29.91%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#034820 (or 0x034820) is known color: British Racing Green. HEX triplet: 03, 48 and 20. RGB value is (3,72,32). Sum of RGB (Red+Green+Blue) = 3+72+32=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 72 (28.52% from 255 or 67.29% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 72 - color contains mainly: green. Hex color #034820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034820 is #FCB7DF. Grayscale: #2E2E2E. Windows color (decimal): -16562144 or 2115587. OLE color: 2115587.

HSL color Cylindrical-coordinate representation of color #034820: hue angle of 145.22º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034820 is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 72 32 -
CMYK 0.96 0 0.56 0.72
HSL 145.22º 0.92% 0.15% -
HSV(B) 145.22º 0.96% 0.28% -
XYZ 2.62 4.76 2.15 -
YUV 46.81 119.64 96.75 -
System Red Green Blue C M Y K H S L
Decimal 3 72 32 0.96 0 0.56 0.72 145.22 0.92 0.15
Hex 3 48 20 60 0 38 48 91 5C F
Octal 3 110 40 140 0 70 110 221 134 17
Binary 11 1001000 100000 1100000 0 111000 1001000 10010001 1011100 1111

Color Harmonies of #034820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034820

Black with #034820

Text Example


Text Example

White with #034820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034820; }

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

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

background-color css

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

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

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

border-color css

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

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

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