#034220

Color #034220 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #034220

Tints of British Racing Green #034220

Color information

#034220 (or 0x034220) is unknown color: approx 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

RGB36632-
CMYK0.9500.520.74
HSL147.62º91.3%13.53%-
HSV(B)147.62º95.45%25.88%-
XYZ2.254.022.02-
YUV43.29121.6399.26-

RGB Variations

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

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 (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366320.9500.520.74147.6291.313.53
Hex342205F0344A945be
Octal31024013706411222413316
Binary1110000101000001011111011010010010101001010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>