Html Css Color HEX #034320 British Racing Green

📋 copy color: '#034320'

red 3 ◦ green 67 ◦ blue 32

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

Shades of British Racing Green #034320

Tints of British Racing Green #034320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 65.69%

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

R = 2.94%
G = 65.69%
B = 31.37%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#034320 (or 0x034320) is known color: British Racing Green. HEX triplet: 03, 43 and 20. RGB value is (3,67,32). Sum of RGB (Red+Green+Blue) = 3+67+32=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 67 (26.56% from 255 or 65.69% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 67 - color contains mainly: green. Hex color #034320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034320 is #FCBCDF. Grayscale: #2B2B2B. Windows color (decimal): -16563424 or 2114307. OLE color: 2114307.

HSL color Cylindrical-coordinate representation of color #034320: hue angle of 147.19º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034320 is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 67 32 -
CMYK 0.96 0 0.52 0.74
HSL 147.19º 0.91% 0.14% -
HSV(B) 147.19º 0.96% 0.26% -
XYZ 2.31 4.14 2.04 -
YUV 43.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 3 67 32 0.96 0 0.52 0.74 147.19 0.91 0.14
Hex 3 43 20 60 0 34 4A 93 5B E
Octal 3 103 40 140 0 64 112 223 133 16
Binary 11 1000011 100000 1100000 0 110100 1001010 10010011 1011011 1110

Color Harmonies of #034320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034320

Black with #034320

Text Example


Text Example

White with #034320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034320; }

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

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

background-color css

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

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

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

border-color css

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

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

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