#034115

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

Shades of British Racing Green #034115

Tints of British Racing Green #034115

Color information

#034115 (or 0x034115) is unknown color: approx British Racing Green. HEX triplet: 03, 41 and 15. RGB value is (3,65,21). Sum of RGB (Red+Green+Blue) = 3+65+21=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 65 (25.78% from 255 or 73.03% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 65 - color contains mainly: green. Hex color #034115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034115 is #FCBEEA. Grayscale: #292929. Windows color (decimal): -16563947 or 1392899. OLE color: 1392899.

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

Color convert

RGB36521-
CMYK0.9500.680.75
HSL137.42º91.18%13.33%-
HSV(B)137.42º95.38%25.49%-
XYZ2.063.851.34-
YUV41.45116.46100.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.37%
GREEN value IS 65 (25.78% from 255) = 73.03%
BLUE value IS 21 (8.59% from 255) = 23.60%
R=3.37%
G=73.03%
B=23.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal365210.9500.680.75137.4291.1813.33
Hex341155F0444B895bd
Octal310125137010411321113315
Binary1110000011010110111110100010010010111000100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034115; }

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

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

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

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

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

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

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

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