Html Css Color HEX #034220 British Racing Green

📋 copy color: '#034220'

red 3 ◦ green 66 ◦ blue 32

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

Shades of British Racing Green #034220

Tints of British Racing Green #034220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 65.35%

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

R = 2.97%
G = 65.35%
B = 31.68%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#034220 (or 0x034220) is known color: British Racing Green. HEX triplet: 03, 42 and 20. RGB value is (3,66,32). Sum of RGB (Red+Green+Blue) = 3+66+32=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 66 (26.17% from 255 or 65.35% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 66 - color contains mainly: green. Hex color #034220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034220 is #FCBDDF. Grayscale: #2B2B2B. Windows color (decimal): -16563680 or 2114051. OLE color: 2114051.

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

Color convert

RGB 3 66 32 -
CMYK 0.95 0 0.52 0.74
HSL 147.62º 0.91% 0.14% -
HSV(B) 147.62º 0.95% 0.26% -
XYZ 2.25 4.02 2.02 -
YUV 43.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 3 66 32 0.95 0 0.52 0.74 147.62 0.91 0.14
Hex 3 42 20 5F 0 34 4A 94 5B E
Octal 3 102 40 137 0 64 112 224 133 16
Binary 11 1000010 100000 1011111 0 110100 1001010 10010100 1011011 1110

Color Harmonies of #034220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034220

Black with #034220

Text Example


Text Example

White with #034220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034220; }

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

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

background-color css

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

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

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

border-color css

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

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

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