#034015

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

Shades of British Racing Green #034015

Tints of British Racing Green #034015

Color information

#034015 (or 0x034015) is unknown color: approx British Racing Green. HEX triplet: 03, 40 and 15. RGB value is (3,64,21). Sum of RGB (Red+Green+Blue) = 3+64+21=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 64 (25.39% from 255 or 72.73% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 64 - color contains mainly: green. Hex color #034015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034015 is #FCBFEA. Grayscale: #282828. Windows color (decimal): -16564203 or 1392643. OLE color: 1392643.

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

Color convert

RGB36421-
CMYK0.9500.670.75
HSL137.7º91.04%13.14%-
HSV(B)137.7º95.31%25.1%-
XYZ2.013.741.33-
YUV40.86116.79101-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.41%
GREEN value IS 64 (25.39% from 255) = 72.73%
BLUE value IS 21 (8.59% from 255) = 23.86%
R=3.41%
G=72.73%
B=23.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal364210.9500.670.75137.791.0413.14
Hex340155F0434B8a5bd
Octal310025137010311321213315
Binary1110000001010110111110100001110010111000101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034015; }

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

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

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

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

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

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

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

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