#034219

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

Shades of British Racing Green #034219

Tints of British Racing Green #034219

Color information

#034219 (or 0x034219) is unknown color: approx British Racing Green. HEX triplet: 03, 42 and 19. RGB value is (3,66,25). Sum of RGB (Red+Green+Blue) = 3+66+25=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 66 (26.17% from 255 or 70.21% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 66 - color contains mainly: green. Hex color #034219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034219 is #FCBDE6. Grayscale: #2A2A2A. Windows color (decimal): -16563687 or 1655299. OLE color: 1655299.

HSL color Cylindrical-coordinate representation of color #034219: hue angle of 140.95º 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 #034219 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB36625-
CMYK0.9500.620.74
HSL140.95º91.3%13.53%-
HSV(B)140.95º95.45%25.88%-
XYZ2.163.991.58-
YUV42.49118.1399.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.19%
GREEN value IS 66 (26.17% from 255) = 70.21%
BLUE value IS 25 (10.16% from 255) = 26.60%
R=3.19%
G=70.21%
B=26.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366250.9500.620.74140.9591.313.53
Hex342195F03E4A8d5be
Octal31023113707611221513316
Binary111000010110011011111011111010010101000110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034219; }

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

 H1.HeaderClassName
 {
   color: #034219;
 }
 .AnyTagClassName
 {
   color: #034219;
 }
</style>
background-color css

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

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

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

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

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

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