#034119

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

Shades of British Racing Green #034119

Tints of British Racing Green #034119

Color information

#034119 (or 0x034119) is unknown color: approx British Racing Green. HEX triplet: 03, 41 and 19. RGB value is (3,65,25). Sum of RGB (Red+Green+Blue) = 3+65+25=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 65 (25.78% from 255 or 69.89% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 65 - color contains mainly: green. Hex color #034119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034119 is #FCBEE6. Grayscale: #2A2A2A. Windows color (decimal): -16563943 or 1655043. OLE color: 1655043.

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

Color convert

RGB36525-
CMYK0.9500.620.75
HSL141.29º91.18%13.33%-
HSV(B)141.29º95.38%25.49%-
XYZ2.13.871.56-
YUV41.9118.46100.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.23%
GREEN value IS 65 (25.78% from 255) = 69.89%
BLUE value IS 25 (10.16% from 255) = 26.88%
R=3.23%
G=69.89%
B=26.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal365250.9500.620.75141.2991.1813.33
Hex341195F03E4B8d5bd
Octal31013113707611321513315
Binary111000001110011011111011111010010111000110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034119; }

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

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

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

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

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

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

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

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