#064029

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

Shades of British Racing Green #064029

Tints of British Racing Green #064029

Color information

#064029 (or 0x064029) is unknown color: approx British Racing Green. HEX triplet: 06, 40 and 29. RGB value is (6,64,41). Sum of RGB (Red+Green+Blue) = 6+64+41=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #064029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064029 is #F9BFD6. Grayscale: #2C2C2C. Windows color (decimal): -16367575 or 2703366. OLE color: 2703366.

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

Color convert

RGB66441-
CMYK0.9100.360.75
HSL156.21º82.86%13.73%-
HSV(B)156.21º90.62%25.1%-
XYZ2.313.872.72-
YUV44.04126.28100.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.41%
GREEN value IS 64 (25.39% from 255) = 57.66%
BLUE value IS 41 (16.41% from 255) = 36.94%
R=5.41%
G=57.66%
B=36.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal664410.9100.360.75156.2182.8613.73
Hex640295B0244B9c53e
Octal61005113304411323412316
Binary11010000001010011011011010010010010111001110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064029; }

 p { color: rgb(6,64,41); }

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

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

 a { background-color: rgb(6,64,41); }

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

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

 span { border-color: rgb(6,64,41); }

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