#034019

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

Shades of British Racing Green #034019

Tints of British Racing Green #034019

Color information

#034019 (or 0x034019) is unknown color: approx British Racing Green. HEX triplet: 03, 40 and 19. RGB value is (3,64,25). Sum of RGB (Red+Green+Blue) = 3+64+25=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 64 (25.39% from 255 or 69.57% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 64 - color contains mainly: green. Hex color #034019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034019 is #FCBFE6. Grayscale: #292929. Windows color (decimal): -16564199 or 1654787. OLE color: 1654787.

HSL color Cylindrical-coordinate representation of color #034019: hue angle of 141.64º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034019 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB36425-
CMYK0.9500.610.75
HSL141.64º91.04%13.14%-
HSV(B)141.64º95.31%25.1%-
XYZ2.053.761.54-
YUV41.32118.79100.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.26%
GREEN value IS 64 (25.39% from 255) = 69.57%
BLUE value IS 25 (10.16% from 255) = 27.17%
R=3.26%
G=69.57%
B=27.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal364250.9500.610.75141.6491.0413.14
Hex340195F03D4B8e5bd
Octal31003113707511321613315
Binary111000000110011011111011110110010111000111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034019; }

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

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

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

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

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

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

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

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