#034014

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

Shades of British Racing Green #034014

Tints of British Racing Green #034014

Color information

#034014 (or 0x034014) is unknown color: approx British Racing Green. HEX triplet: 03, 40 and 14. RGB value is (3,64,20). Sum of RGB (Red+Green+Blue) = 3+64+20=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 64 (25.39% from 255 or 73.56% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 64 - color contains mainly: green. Hex color #034014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034014 is #FCBFEB. Grayscale: #282828. Windows color (decimal): -16564204 or 1327107. OLE color: 1327107.

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

Color convert

RGB36420-
CMYK0.9500.690.75
HSL136.72º91.04%13.14%-
HSV(B)136.72º95.31%25.1%-
XYZ23.741.28-
YUV40.74116.29101.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.45%
GREEN value IS 64 (25.39% from 255) = 73.56%
BLUE value IS 20 (8.20% from 255) = 22.99%
R=3.45%
G=73.56%
B=22.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal364200.9500.690.75136.7291.0413.14
Hex340145F0454B895bd
Octal310024137010511321113315
Binary1110000001010010111110100010110010111000100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034014; }

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

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

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

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

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

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

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

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