#063B29

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

Shades of British Racing Green #063B29

Tints of British Racing Green #063B29

Color information

#063B29 (or 0x063B29) is unknown color: approx British Racing Green. HEX triplet: 06, 3B and 29. RGB value is (6,59,41). Sum of RGB (Red+Green+Blue) = 6+59+41=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 59 (23.44% from 255 or 55.66% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 59 - color contains mainly: green. Hex color #063B29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063B29 is #F9C4D6. Grayscale: #292929. Windows color (decimal): -16368855 or 2702086. OLE color: 2702086.

HSL color Cylindrical-coordinate representation of color #063B29: hue angle of 159.62º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063B29 is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.

Color convert

RGB65941-
CMYK0.9000.310.77
HSL159.62º81.54%12.75%-
HSV(B)159.62º89.83%23.14%-
XYZ2.043.332.63-
YUV41.1127.94102.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.66%
GREEN value IS 59 (23.44% from 255) = 55.66%
BLUE value IS 41 (16.41% from 255) = 38.68%
R=5.66%
G=55.66%
B=38.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal659410.9000.310.77159.6281.5412.75
Hex63B295A01F4Da052d
Octal6735113203711524012215
Binary110111011101001101101001111110011011010000010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063B29; }

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

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

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

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

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

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

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

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